DummyValue must use default_value if present #192
Labels
bug
Something isn't working
ready-to-release
Internal Use Only: Has been fixed, specs passing and pushed to edge branch
Milestone
currently DummyValue will ignore the default_value of the columns_hash if the default_value is nil. For example if the column is a string type, and the default_value is nil, then the DummyValue will be the empty string instead of nil.
This causes problems especially for Serialized values because empty string is not acceptable to rails (but nil is)
The text was updated successfully, but these errors were encountered: