django1/django/db/backends
Adrian Holovaty e267bec83a Simplified max_name_length() call in oracle database backend
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5979 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-20 03:10:20 +00:00
..
ado_mssql Implemented BaseDatabaseFeatures and changed all code to access it -- connection.features.foo instead of backend.foo 2007-08-20 02:20:33 +00:00
dummy Implemented BaseDatabaseFeatures and changed all code to access it -- connection.features.foo instead of backend.foo 2007-08-20 02:20:33 +00:00
mysql Implemented BaseDatabaseFeatures and changed all code to access it -- connection.features.foo instead of backend.foo 2007-08-20 02:20:33 +00:00
mysql_old Implemented BaseDatabaseFeatures and changed all code to access it -- connection.features.foo instead of backend.foo 2007-08-20 02:20:33 +00:00
oracle Simplified max_name_length() call in oracle database backend 2007-08-20 03:10:20 +00:00
postgresql Implemented BaseDatabaseFeatures and changed all code to access it -- connection.features.foo instead of backend.foo 2007-08-20 02:20:33 +00:00
postgresql_psycopg2 Implemented BaseDatabaseFeatures and changed all code to access it -- connection.features.foo instead of backend.foo 2007-08-20 02:20:33 +00:00
sqlite3 Implemented BaseDatabaseFeatures and changed all code to access it -- connection.features.foo instead of backend.foo 2007-08-20 02:20:33 +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