[dev] RDO and NULLS

Duck duck at obala.net
Tue Jun 27 00:27:37 PDT 2006


I have a problem with testing NULL values in RDO.
I call RDO_Storage_pdo::query with
query: SELECT * FROM table WHERE attribute = ?
param: array(null);

But in oracle, mysql and pgsql the query should be constructed with IS NULL  
or  IS NOT NULL.

Duck


More information about the dev mailing list