Re: [pgadmin-support] Null boolean values show as false in the data

2004-10-14 Thread Ben Trewern
Sorry for the noise. Ben From: Andreas Pflug <[EMAIL PROTECTED]> To: Ben Trewern <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: [pgadmin-support] Null boolean values show as false in the data Date: Thu, 14 Oct 2004 13:52:17 + Ben Trewern wrote: While your at it null value

Re: [pgadmin-support] Null boolean values show as false in the data

2004-10-14 Thread Andreas Pflug
Ben Trewern wrote: While your at it null values need to be treated correctly for other field types. I don't think "" = in Postgres. If so then it would be nice to be able to set text/varchar to null somehow. NULL *is* handled for text. An empty field is handled as NULL, an empty string must b

Re: [pgadmin-support] Null boolean values show as false in the data

2004-10-14 Thread Ben Trewern
L PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: [pgadmin-support] Null boolean values show as false in the data Date: Tue, 12 Oct 2004 09:31:54 + Ben Trewern wrote: All, PgAdmin III 1.2 beta 2 Postgres 8.0 beta 2 I've just noticed that null values in boolean fields show up as false in

Re: [pgadmin-support] Null boolean values show as false in the data

2004-10-12 Thread Andreas Pflug
Ben Trewern wrote: All, PgAdmin III 1.2 beta 2 Postgres 8.0 beta 2 I've just noticed that null values in boolean fields show up as false in the data grid. You're right, and unfortunately there's no quick fix for this. We're using a wxGridCellBoolEditor internally, which only knows two states. We

[pgadmin-support] Null boolean values show as false in the data grid

2004-10-11 Thread Ben Trewern
All, PgAdmin III 1.2 beta 2 Postgres 8.0 beta 2 I've just noticed that null values in boolean fields show up as false in the data grid. This gave me a few headache this morning. I thought this had been discussed previously, but I could not see it in 'Know Issues'. If it's a wxWindows issue, it