-
Notifications
You must be signed in to change notification settings - Fork 16
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
JSON Binary #20
Comments
cc @lisael psycopg2 expose the same datas if you use json or jsonb, the support consists only of patching CREATE or ALTER with jsonb in place of json Ref : http://www.postgresql.org/docs/current/static/datatype-json.html |
It would be pretty easy to create a subclass that stores as |
Soons good, do you think it somehting you can do or you don't have enough time at the moment, and apprecriate a pull request ? Let us know. |
If you make a pull request that maintains coverage and still works, blah blah, I'd be glad to take it. If not, I will likely do it soon. Another thing on my "to do eventually" list is adding support for the JSON operators added in 9.3. When I wrote this project, 9.2 was current and there were none. |
Hi,
Thanks for this wonderful app, really happy to be able to store JSON in real JSON format and not as test as too many other apps do.
Have you plan to support Json Binary as PostgreSQL 9.4 permits it ?
Regards
The text was updated successfully, but these errors were encountered: