This project is archived and is in readonly mode.
psycopg2 and select from jsonb
Reported by Psycopg website | August 12th, 2014 @ 07:59 PM
Submitted by: Comte
hi,
not sure you're not aware of that, if not here is a strange
behaviour with jsonb.
http://stackoverflow.com/questions/25263736/jsonb-with-psycopg2-rea...
Comments and changes to this ticket
-
Daniele Varrazzo August 12th, 2014 @ 09:06 PM
Thank you for the report: yes, jsonb is to be supported. It is enough to register the already existing adapter to the new oids.
More info in this ML message.
-
Daniele Varrazzo August 12th, 2014 @ 09:08 PM
- State changed from new to open
-
Daniele Varrazzo August 13th, 2014 @ 01:26 AM
- State changed from open to resolved
Implemented into my github branch, waiting a few days before pushing to official repo.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
<b>WARNING:</b> the informations in this tracker are archived. Please submit new tickets or comments to <a href="https://github.com/psycopg/psycopg2/issues">the new tracker</a>.
<br/>
Psycopg is the most used PostgreSQL adapter for the Python programming language. At the core it fully implements the Python DB API 2.0 specifications. Several extensions allow access to many of the features offered by PostgreSQL.