Re: [BUGS] BUG #4091: ECPG $select incompability with Informix

2008-04-09 Thread Michael Meskes
On Fri, Apr 04, 2008 at 12:38:22PM +, Mikael Omma wrote: > ECPG "$select a, b, c into :a, :b, :c from table". > If in the db table the order of columns (b, a, c) this will not work. I > have ESQL code from Informix ported to PostgreSQL. In informix the order in > columns in the select query d

Re: [BUGS] BUG #4091: ECPG $select incompability with Informix

2008-04-09 Thread Bruce Momjian
Mikael Omma wrote: > > The following bug has been logged online: > > Bug reference: 4091 > Logged by: Mikael Omma > Email address: [EMAIL PROTECTED] > PostgreSQL version: 8.2.6 > Operating system: SUSE Linux 10 > Description:ECPG $select incompability with Informix >

[BUGS] BUG #4091: ECPG $select incompability with Informix

2008-04-08 Thread Mikael Omma
The following bug has been logged online: Bug reference: 4091 Logged by: Mikael Omma Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.6 Operating system: SUSE Linux 10 Description:ECPG $select incompability with Informix Details: ECPG "$select a, b, c into :