Django

Code

Ticket #1904 (closed: fixed)

Opened 2 years ago

Last modified 2 years ago

postgresql_psycopg2

Reported by: germish@gmail.com Assigned to: adrian
Milestone: Component: Database wrapper
Version: SVN Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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

postgresql_psycopg2.2.diff (4.9 kB) - added by germish@gmail.com on 05/16/06 19:45:24.
delete the old .diff file. i forogt to remove that import psycopg2.extensions line at the top.

Change History

05/16/06 19:45:24 changed by germish@gmail.com

  • attachment postgresql_psycopg2.2.diff added.

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

05/17/06 22:36:58 changed by adrian

  • status changed from new to closed.
  • resolution set to fixed.

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

05/17/06 23:03:41 changed by germish@gmail.com

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):


Add/Change #1904 (postgresql_psycopg2)




Change Properties
Action