#30331 closed Cleanup/optimization (fixed)
Add support for psycopg2 2.8+.
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