You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, thank you for this gem which is very useful.
My question is, how does this gem different from the nested array support in posgres 9.4? I noticed that the default hstore is storing nested element as string and not the original data type. Is there any other differences? Thank you in advance!
The text was updated successfully, but these errors were encountered:
You'll find that model.data["thing"].class == "String" instead of "Hash". With this plugin, it'll be a Hash. This applies also to Arrays and other primitive types.
Hi there, thank you for this gem which is very useful.
My question is, how does this gem different from the nested array support in posgres 9.4? I noticed that the default hstore is storing nested element as string and not the original data type. Is there any other differences? Thank you in advance!
The text was updated successfully, but these errors were encountered: