On 4/30/07, Jonathan Vanasco <[EMAIL PROTECTED]> wrote:
> get not true:
>         select * from test where is_selected is not true;
>         returns 1,3
>
> get not false:
>         select * from test where is_selected is not false;
>         returns 1, 2

That's not going to make it into 0.764, but a feature that is in 0.764
might help you:

    query =>
    [
      \q(is_selected is not false), # literal SQL
      ...
    ],

-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