On 4/16/07 10:26 AM, Ovid wrote:
> I can't find this in the docs, but I'm wondering how I go about an 'is
> not null' search.

    query => [ '!install_vlan' => undef ],

http://search.cpan.org/dist/Rose-DB-Object/lib/Rose/DB/Object/QueryBuilder.p
m#query

The example below should work too, but currently does not.  I'll fix it.  In
the meantime, use the technique above.

    query => [ install_vlan => { ne => undef } ],

-John



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to