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