#30331 closed Cleanup/optimization (fixed)
Add support for psycopg2 2.8+.
Reported by: | Mariusz Felisiak | Owned by: | Mariusz Felisiak |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | 2.2 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Database introspection crashes with Psycopg 2.8+ due to this change
Changed in version 2.8: columns descriptions are instances of Column, exposing extra attributes.
in the cursor.description
(see documentation).
Change History (6)
comment:1 by , 6 years ago
Has patch: | set |
---|---|
Summary: | Add suppor for Psycopg 2.8+. → Add suppor for psycopg2 2.8+. |
comment:2 by , 6 years ago
Summary: | Add suppor for psycopg2 2.8+. → Add support for psycopg2 2.8+. |
---|
Note:
See TracTickets
for help on using tickets.
PR