Re: [HACKERS] ECPG DESCRIBE [OUTPUT] support

2010-01-15 Thread Michael Meskes
On Fri, Jan 15, 2010 at 01:16:18PM +0100, Boszormenyi Zoltan wrote: > Please, also add this small change that adds ecpg_raise() > calls to ECPGdescribe() to return the proper sqlca error > in error paths for: > ... Done. Michael -- Michael Meskes Michael at Fam-Meskes dot De, Michael at Meskes d

Re: [HACKERS] ECPG DESCRIBE [OUTPUT] support

2010-01-15 Thread Boszormenyi Zoltan
Hi, I just saw that you committed the DESCRIBE patch. Please, also add this small change that adds ecpg_raise() calls to ECPGdescribe() to return the proper sqlca error in error paths for: - unsupported call for DESCRIBE INPUT - no such connection name - no such prepared statement Thanks and bes

Re: [HACKERS] ECPG DESCRIBE [OUTPUT] support

2010-01-04 Thread Robert Haas
On Mon, Jan 4, 2010 at 1:51 PM, Boszormenyi Zoltan wrote: > new patch is attached. Modified according to > the new DB2 / Sybase compatible SQLDA structure. > ECPGdescribe() has an "int compat" parameter, because: > - the (struct prepared_statement *)->stmt ->compat is not set, and > - it's more se