I am saving milliseconds into a MySQL int column. When I run transfer.save(myobj) it saves the milliseconds fine, except if I have 0 in the milliseconds property, and in that case, it inserts a NULL.
If I run a SQL statement directly, the db will take the 0 value, but when it comes through transfer my 0 always gets saved as NULL. I have dumped the object memento out just before saving and the value of 0 has been set on the object succesfully. Any idea why it's saving a null rather than the 0? Thanks, Brian -- Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer Try out the new Transfer ORM Custom Google Search: http://www.google.com/cse/home?cx=002375903941309441958:2s7wbd5ocb8 You received this message because you are subscribed to the Google Groups "transfer-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/transfer-dev?hl=en
