#1904 closed defect (fixed)
postgresql_psycopg2
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | dev |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
This is in response to Adrian's reply to psycopg2 beta?. "a 'postgresql_psycopg2' backend that uses psycopg2
with its psycopg1 compatibility layer"
Attachments (1)
Change History (3)
by , 19 years ago
Attachment: | postgresql_psycopg2.2.diff added |
---|
comment:1 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 19 years ago
i forgot to mention this the other day. if you're using psycopg2, all typecast_* functions in django/db/backends/utils.py must have def typecast_*(s, *args): instead of def typecast_*(s):
Note:
See TracTickets
for help on using tickets.
delete the old .diff file. i forogt to remove that import psycopg2.extensions line at the top.