django1/django/db/backends
Matt Boersma 1aa4889808 Fixed get_or_create test case for Oracle by re-raising the more specific IntegrityError for "ORA-01400: Cannot insert NULL into [table.col]"
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8545 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-25 17:20:28 +00:00
..
dummy Removed some empty modules that are no longer required after [8296]. 2008-08-11 14:16:09 +00:00
mysql Fixed #7536 -- Added NEWDECIMAL to introspection types in the mysql backend. Thanks Jerome Etienne for the patch. 2008-08-23 04:14:23 +00:00
oracle Fixed get_or_create test case for Oracle by re-raising the more specific IntegrityError for "ORA-01400: Cannot insert NULL into [table.col]" 2008-08-25 17:20:28 +00:00
postgresql Fixed #3575: use UPPER() instead ILIKE for postgres case-insensitive comparisons. 2008-08-25 12:56:06 +00:00
postgresql_psycopg2 Fixed #3575: use UPPER() instead ILIKE for postgres case-insensitive comparisons. 2008-08-25 12:56:06 +00:00
sqlite3 Fixed #8214 -- Added back a stringification that was dropped during [8131]. 2008-08-23 18:01:16 +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