This project is archived and is in readonly mode.
psycopg2 and select from jsonb
Reported by Psycopg website | 2014-08-12 19:59:31 UTC
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 2014-08-12 21:06:42 UTC
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 2014-08-12 21:08:12 UTC
- State changed from new to open
-

Daniele Varrazzo 2014-08-13 01:26:29 UTC
- 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 ยป
WARNING: the informations in this tracker are archived. Please submit new tickets or comments to the new tracker.
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.