madeintandem/hstore_accessor

Bug: nil values are being typecasted

leods92 opened this issue · 1 comments

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

For instance:

  • a integer value when nil becomes 0.
  • a string value when nil becomes "".

And so on...

This should be fixed.