django1/django/db/backends
Matt Boersma 377fe7ce77 Fixed breakage of test suite for Oracle by adding a null check.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5992 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-21 17:06:06 +00:00
..
ado_mssql Made various negligible formatting cleanups to the database backends 2007-08-20 03:32:06 +00:00
dummy Made various negligible formatting cleanups to the database backends 2007-08-20 03:32:06 +00:00
mysql Made various negligible formatting cleanups to the database backends 2007-08-20 03:32:06 +00:00
mysql_old Made various negligible formatting cleanups to the database backends 2007-08-20 03:32:06 +00:00
oracle Fixed breakage of test suite for Oracle by adding a null check. 2007-08-21 17:06:06 +00:00
postgresql Made various negligible formatting cleanups to the database backends 2007-08-20 03:32:06 +00:00
postgresql_psycopg2 Made various negligible formatting cleanups to the database backends 2007-08-20 03:32:06 +00:00
sqlite3 Refactored OPERATOR_MAPPING so that it exists as django.db.connection.operators instead of django.db.backend.OPERATOR_MAPPING. Refs #5106 2007-08-20 03:26:55 +00:00
__init__.py Refactored get_drop_sequence() to DatabaseOperations.drop_sequence_sql(). Refs #5106 2007-08-20 03:08:32 +00:00
util.py Removed _dict_helper() DB backend helper function, as it wasn't being used anymore 2007-08-20 01:15:32 +00:00