ecpg multidimensional arrays

Started by Nonameabout 22 years ago4 messagesbugs
Jump to latest
#1Noname
margitsw@t-online.de

exec sql begin declare section;
static int intcur[50][10] = { 0 };

produces :
ERROR: No multi-dimensional array support for simple data types

Margit

#2Michael Meskes
meskes@postgresql.org
In reply to: Noname (#1)
Re: ecpg multidimensional arrays

On Fri, Feb 27, 2004 at 07:24:18PM +0100, Margit Schubert-While wrote:

exec sql begin declare section;
static int intcur[50][10] = { 0 };

produces :
ERROR: No multi-dimensional array support for simple data types

So far so good, but which bug are you reporting?

Michael
--
Michael Meskes
Email: Michael at Fam-Meskes dot De
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: meskes@jabber.org
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!

#3Noname
margitsw@t-online.de
In reply to: Michael Meskes (#2)
Re: ecpg multidimensional arrays

At 17:13 29.02.2004 +0100, you wrote:

On Fri, Feb 27, 2004 at 07:24:18PM +0100, Margit Schubert-While wrote:

exec sql begin declare section;
static int intcur[50][10] = { 0 };

produces :
ERROR: No multi-dimensional array support for simple data types

So far so good, but which bug are you reporting?

Michael

Erm, the error itself ? Every other RDB preprocessor that I have
tried doesn't have this problem.

Margit

#4Michael Meskes
meskes@postgresql.org
In reply to: Noname (#3)
Re: ecpg multidimensional arrays

On Sun, Feb 29, 2004 at 06:48:49PM +0100, Margit Schubert-While wrote:

ERROR: No multi-dimensional array support for simple data types

So far so good, but which bug are you reporting?

Michael

Erm, the error itself ? Every other RDB preprocessor that I have
tried doesn't have this problem.

And that makes it a bug? I would accept this as a missing feature. But
even then seeing how the variable is used would help seeing if we can
implement this.

Michael
--
Michael Meskes
Email: Michael at Fam-Meskes dot De
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: meskes@jabber.org
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!