Can anyone point me to documentation on what to expect for handling of null fields. For foreign key references, I'm having no trouble. But I have an int and a long field that set switched from null to 0. I'd like to find a way to keep them null. I do specify:
<column name="RESERVATION_ID" type="INTEGER" required="false" default="null"/> So the column is both not required, and for good measure defaults to null. But I don't see corresponding torque code to recognize null as a legitimate value. -- View this message in context: http://www.nabble.com/Question%3A-Torque-NULL-handling-on-insert%2C-update-tf4709373.html#a13460957 Sent from the Apache DB - Torque Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]