[PHP-DEV] PostgreSQL driver handles boolean values incorrectly...

2004-11-06 Thread Sean Chittenden
rg/~seanc/patches/php/ Any help/assistance is appreciated. I thought I was doing the right thing, but am apparently not. Please advise. Thanks in advance. -sc -- Sean Chittenden -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PostgreSQL driver handles boolean values incorrectly...

2004-11-07 Thread Sean Chittenden
as from PHP's null constant to the generated SQL, not the other way around. The problem with the booleans is still the same, however. I figured there would be only one type map from that would be used when sending/receiving variant data out of the database. -sc -- Sean Chittenden -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PostgreSQL driver handles boolean values incorrectly...

2004-11-07 Thread Sean Chittenden
HP5 hasn't come to rule the day yet and many people are still using PHP4. Update it now while its still at the beginning of the 5 release cycle, otherwise it'll have to wait till 6. :( -sc -- Sean Chittenden -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PostgreSQL driver handles boolean values incorrectly...

2004-11-08 Thread Sean Chittenden
Second, some of those that do don't allow NULL in them. NULL is a legit value for a BOOLEAN column. NULL can be a legit value for any column depending on the DDL. NULL can also be an invalid value for any particular column. I don't see how this makes any difference. -sc -- Sean Chitte