dbTalk Databases Forums  

[BUGS] ecpg multidimensional arrays

mailing.database.pgsql-bugs mailing.database.pgsql-bugs


Discuss [BUGS] ecpg multidimensional arrays in the mailing.database.pgsql-bugs forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Margit Schubert-While
 
Posts: n/a

Default [BUGS] ecpg multidimensional arrays - 02-28-2004 , 02:17 PM






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

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

Margit



---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

Reply With Quote
  #2  
Old   
Michael Meskes
 
Posts: n/a

Default Re: [BUGS] ecpg multidimensional arrays - 02-29-2004 , 02:11 PM






On Sun, Feb 29, 2004 at 06:48:49PM +0100, Margit Schubert-While wrote:
Quote:
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 (AT) jabber (DOT) org
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo (AT) postgresql (DOT) org)


Reply With Quote
  #3  
Old   
Michael Meskes
 
Posts: n/a

Default Re: [BUGS] ecpg multidimensional arrays - 06-09-2004 , 02:47 AM



On Fri, Feb 27, 2004 at 07:24:18PM +0100, Margit Schubert-While wrote:
Quote:
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 (AT) jabber (DOT) org
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo (AT) postgresql (DOT) org so that your
message can get through to the mailing list cleanly


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.