django1/django/db/backends
Ian Kelly 8c5214d9b4 Made Oracle backend cast CharField values of None to u'' instead of ''
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6248 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-14 23:23:55 +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 Fixed a missing import in mysql backend. Thanks for pointing it out, mattmcc. 2007-09-14 23:02:39 +00:00
mysql_old Made various negligible formatting cleanups to the database backends 2007-08-20 03:32:06 +00:00
oracle Made Oracle backend cast CharField values of None to u'' instead of '' 2007-09-14 23:23:55 +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 Backed out [6165]. It breaks things for people using psycopg2 because it requires psycopg to also be installed due to imports. 2007-09-14 06:21:25 +00:00
sqlite3 Fixed #4896: fixed #4765: Patch for cursor.executemany using oracle and 2007-09-14 21:32:25 +00:00
__init__.py Fixed #5218: Made Oracle create autoinc triggers using the correct name 2007-09-14 18:12:36 +00:00
creation.py Added django/db/backends/creation.py, with BaseCreation. Refs #5461 2007-09-14 16:44:53 +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