django1/django/db/backends
Adrian Holovaty 41576fea71 Fixed #5263 -- Updated docstring for sqlite3 backend. Thanks, Paul Bx
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6035 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-02 20:04:44 +00:00
..
ado_mssql Made various negligible formatting cleanups to the database backends 2007-08-20 03:32:06 +00:00
dummy Fixed #5255 -- It's now possible again to use Django without a database. This had temporarily gotten buggy after the django.core.management refactoring last week 2007-08-25 18:27:57 +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 Changed postgresql and postgresql_psycopg2 backends NOT to do a SELECT version() for every connection, which was ludicrous. Now the version is only retrieved if it needs to be, via a lazy loader. 2007-08-25 19:24:47 +00:00
postgresql_psycopg2 Changed postgresql and postgresql_psycopg2 backends NOT to do a SELECT version() for every connection, which was ludicrous. Now the version is only retrieved if it needs to be, via a lazy loader. 2007-08-25 19:24:47 +00:00
sqlite3 Fixed #5263 -- Updated docstring for sqlite3 backend. Thanks, Paul Bx 2007-09-02 20:04:44 +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