django1/django/db/backends
Malcolm Tredinnick 536ccd1134 More fixing of PostgreSQL < 8.2 problems with the psycopg2 backend.
Affects the postgresql_psycopg2 backend only. We now don't use the
"RETURNING" syntax in SQL INSERT statements unless it's required by the
autocommit behaviour. This fixes an edge-case that could cause crashes
with earlier PostgreSQL versions, but the broader problem remains to be
fixed (which is #10509).

Fixed #10467. Refs #10509.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@10065 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-16 00:34:58 +00:00
..
dummy Tweaked the dummy database backend initialisation. 2009-03-12 08:52:42 +00:00
mysql Fixed #10463 -- Corrected a problem with the MySQL backend, introduced by [10026]. 2009-03-11 11:03:36 +00:00
oracle Fixed #10488: fixed DB cache backend test failures in Oracle. 2009-03-13 21:04:48 +00:00
postgresql Fixed #10459 -- Refactored the internals of database connection objects so that connections know their own settings and pass around settings as dictionaries instead of passing around the Django settings module itself. This will make it easier for multiple database support. Thanks to Alex Gaynor for the initial patch. 2009-03-11 03:39:34 +00:00
postgresql_psycopg2 More fixing of PostgreSQL < 8.2 problems with the psycopg2 backend. 2009-03-16 00:34:58 +00:00
sqlite3 Fixed #10459 -- Refactored the internals of database connection objects so that connections know their own settings and pass around settings as dictionaries instead of passing around the Django settings module itself. This will make it easier for multiple database support. Thanks to Alex Gaynor for the initial patch. 2009-03-11 03:39:34 +00:00
__init__.py Fixed #10488: fixed DB cache backend test failures in Oracle. 2009-03-13 21:04:48 +00:00
creation.py Fixed the django.contrib.gis test database creation as well. 2009-03-11 05:48:26 +00:00
util.py Fixed #5079 -- Avoid converting Decimals to floats during save to the database. 2008-11-12 00:35:24 +00:00