Re: [BUGS] BUG #4090: ECPG Selecting table with NULL values

2008-04-10 Thread Michael Meskes
On Fri, Apr 04, 2008 at 12:32:44PM +, Mikael Omma wrote: > > The following bug has been logged online: > > Bug reference: 4090 > Logged by: Mikael Omma > Email address: [EMAIL PROTECTED] > PostgreSQL version: 8.2.6 > Operating system: SUSE Linux 10 > Description:E

Re: [BUGS] BUG #4090: ECPG Selecting table with NULL values

2008-04-06 Thread Michael Meskes
> In ECPG when I have "$select a into :a from table where b = :b;" this query > raises an error if the value a is NULL. > If I have added the indicator value "$select a int :a, :a_ind from table > where b = :b;" this also raises the same error. I cannot read rows including > null values without r

[BUGS] BUG #4090: ECPG Selecting table with NULL values

2008-04-05 Thread Mikael Omma
The following bug has been logged online: Bug reference: 4090 Logged by: Mikael Omma Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.6 Operating system: SUSE Linux 10 Description:ECPG Selecting table with NULL values Details: In ECPG when I have "$select a