Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#1904 closed defect (fixed)

postgresql_psycopg2

Reported by: germish@… 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)

postgresql_psycopg2.2.diff (4.9 KB ) - added by germish@… 18 years ago.
delete the old .diff file. i forogt to remove that import psycopg2.extensions line at the top.

Download all attachments as: .zip

Change History (3)

by germish@…, 18 years ago

Attachment: postgresql_psycopg2.2.diff added

delete the old .diff file. i forogt to remove that import psycopg2.extensions line at the top.

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [2934]) Fixed #1904 -- Got postgresql_psycopg2 backend working. Thanks for the patch, germish@…

comment:2 by germish@…, 18 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.
Back to Top