-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to read postgres hstore column? #25
Comments
I believe the issue is that https://github.com/will/crystal-pg#supported-datatypes |
Yep - officially it is not supported for now. But I already have several things which are not supported 😎 . Will try to find documentation how it stores |
:) Thanks. I commented these fields out. I don't use them as they have been converted to table and columns. I am good here. crystal-pg is preparing hstore read though will/crystal-pg#89 I'm good to close this issue. |
So for now I close this issue. When Hstore will be added to official postgres driver - will update allowed data types. |
As a user, I would like Jennifer to deserialize content of HStore column from Postgres database.
The idea behind using crystal
String
was that I can then parse the value into Hash. Is there a way that Jennifer can automate it? How would I do it by myselfSlice(UInt8)
does not sound right for the value such as,The text was updated successfully, but these errors were encountered: