django1/django/db/backends
Ian Kelly faf1609851 Fixed an issue with unicode being mangled in Oracle when the database character set is non-unicode.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10175 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-27 19:48:02 +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 an issue with unicode being mangled in Oracle when the database character set is non-unicode. 2009-03-27 19:48:02 +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 #9628 -- Use `pysqlite2` for database backend, if installed. 2009-03-20 03:57:21 +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