ecpg multidimensional arrays
exec sql begin declare section;
static int intcur[50][10] = { 0 };
produces :
ERROR: No multi-dimensional array support for simple data types
Margit
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!
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 typesSo 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
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!