Hey Jason, Thanks a lot for chiming in. Unfortunately after setting nullable to false on that property in the transfer config, it still inserts NULL. This is what my config node looks like:
<object name="CourseScript" table="courseScript" decorator="model.businessObjects.CourseScriptDecorator"> <id name="courseScriptId" type="numeric" /> <property name="courseId" type="numeric" /> <property name="scriptId" type="numeric" /> <property name="milliseconds" type="numeric" nullable="false" /> </object> Any other thoughts? 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
