madeintandem / hstore_accessor

Adds typed hstore-backed field support to ActiveRecord models.
MIT License
242 stars 47 forks source link

Bug: nil values are being typecasted #3

Closed leods92 closed 10 years ago

leods92 commented 11 years ago

When a value is not set it shouldn't be casted as that would lead to unexpected behaviour.

For instance:

And so on...

thegrubbsian commented 10 years ago

This should be fixed.