django1/django/db/backends
Malcolm Tredinnick 3f3f51d942 Fixed a mistaken import from the mysql backend that had snuck through.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4768 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-03-21 20:44:15 +00:00
..
ado_mssql Fixed #3024 -- Fixed database commit() and rollback() behaviour so it works 2007-03-09 07:55:40 +00:00
dummy Fixes #2333 -- Added test fixtures framework. 2007-03-01 13:11:08 +00:00
mysql Fixed #3754 -- Re-introduced utf-8 as default encoding for interaction with 2007-03-20 23:32:39 +00:00
mysql_old Fixed a mistaken import from the mysql backend that had snuck through. 2007-03-21 20:44:15 +00:00
oracle Fixed #3024 -- Fixed database commit() and rollback() behaviour so it works 2007-03-09 07:55:40 +00:00
postgresql Fixed #3024 -- Fixed database commit() and rollback() behaviour so it works 2007-03-09 07:55:40 +00:00
postgresql_psycopg2 Fixed #3024 -- Fixed database commit() and rollback() behaviour so it works 2007-03-09 07:55:40 +00:00
sqlite3 Fixed #3024 -- Fixed database commit() and rollback() behaviour so it works 2007-03-09 07:55:40 +00:00
__init__.py MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
util.py Fixed #2913: CursorDebugWrapper no longer double-tuple-izes parameters. Thanks, artdent@freeshell.org 2006-11-07 05:00:19 +00:00