Is there a way to set a RDBO boolean column to NULL? It seems to me
that undef evaluates to FALSE.

$obj->bool_column(undef);
$obj->save;
print $obj->bool_column; # 0

Should I be creating my own column class for this?

-------------------------------------------------------------------------
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