django1/django/db/backends
Anssi Kääriäinen f572ee0c65 Fixed #16047 -- Restore autocommit state correctly on psycopg2
When the postgresql_psycopg2 backend was used with DB-level autocommit
mode enabled, after entering transaction management and then leaving
it, the isolation level was never set back to autocommit mode.

Thanks brodie for report and working on this issue.
2012-07-01 19:36:43 +03:00
..
dummy Fixed #17883. Improved error message for old-style database backends. 2012-03-12 21:58:07 +00:00
mysql Fixed #18461 -- Ensured that last_executed_query returns Unicode 2012-06-13 12:04:46 +02:00
oracle Fixed #18465 -- Set date formats correctly on Oracle 2012-06-26 19:39:14 +03:00
postgresql_psycopg2 Fixed #18461 -- Ensured that last_executed_query returns Unicode 2012-06-13 12:04:46 +02:00
sqlite3 Fixed #17760 -- Implemented callable database features as cached properties 2012-06-09 15:59:52 +02:00
__init__.py Fixed #16047 -- Restore autocommit state correctly on psycopg2 2012-07-01 19:36:43 +03:00
creation.py Fixed #17760 -- Implemented callable database features as cached properties 2012-06-09 15:59:52 +02:00
signals.py Fixed #13798 -- Added connection argument to the connection_created signal. Thanks to liangent for the report, and Alex Gaynor for the patch. 2010-08-30 13:21:18 +00:00
util.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00