django1/django/db/backends
Matt Boersma ca020a5edd Fixed oracle-specific test DB creation code so the test suite will run again.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8330 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-12 18:49:44 +00:00
..
dummy Removed some empty modules that are no longer required after [8296]. 2008-08-11 14:16:09 +00:00
mysql Fixed #8260 -- Changed [8318] to also work with MySQLdb 1.2.1p2. 2008-08-12 16:28:52 +00:00
oracle Fixed oracle-specific test DB creation code so the test suite will run again. 2008-08-12 18:49:44 +00:00
postgresql Do not use savepoints with PostgreSQL prior to 8.0. 2008-08-12 06:31:29 +00:00
postgresql_psycopg2 Do not use savepoints with PostgreSQL prior to 8.0. 2008-08-12 06:31:29 +00:00
sqlite3 Fixed #5461 -- Refactored the database backend code to use classes for the creation and introspection modules. Introduces a new validation module for DB-specific validation. This is a backwards incompatible change; see the wiki for details. 2008-08-11 12:11:25 +00:00
__init__.py Added savepoint support to the transaction code. 2008-08-12 05:34:56 +00:00
creation.py Fixed a group of missing imports, aliases and parameter passings from the 2008-08-12 16:06:55 +00:00
util.py Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashlib module when available. Patch from Karen Tracey. 2008-08-02 05:56:57 +00:00