How does transfer handle a mySQL bit field that is non nullable and a default value of 0 configured. <property name="ignore" type="boolean" column="ignore" nullable="false" />
When I pass the object for transfer to save, I have ensured it is 1 or 0, but transfer is changing it to true or false causing a SQL error. I see at http://docs.transfer-orm.com/wiki/Transfer_Configuration_File.cfm that the default null value is false for boolean, but this property has the nullable set. Dan --~--~---------~--~----~------------~-------~--~----~ Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer 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 -~----------~----~----~----~------~----~------~--~---
