Hello list,

one more question:

I have a schema with nullable foreign keys of type "INTEGER".
When saving a new object, Torque's buildCriteria method inserts
0 as the according column's value, what is wrong as it should be
null. Even defaults in DB don't work therefore.

My Oracle DB refuses to insert 0 as the foreign key constraint is
violated, what is the right behavior.

Any ideas how to deal with that?


Thanks in advance,

Daniel


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to