Patches: Browse | Submit New | Admin
Fix mapping varchar fields containing empty strings to nil. NULL->nil is state and should not be guessed from the length of the varchar field content. The conversion code works well with length == 0.
Add A Comment: