django1/django/db/backends
Matt Boersma a6b1d65e33 Fixed #5226. Now we check the Oracle version and give an explicit
error when we encounter a regex operator that isn't supported on 9i or 
earlier.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@6198 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-14 18:26:07 +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 #5226. Now we check the Oracle version and give an explicit 2007-09-14 18:26:07 +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 #5263 -- Updated docstring for sqlite3 backend. Thanks, Paul Bx 2007-09-02 20:04:44 +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