django1/django/db/backends/oracle
Adrian Holovaty 38b5d7f23d Began implementing BaseDatabaseOperations class for every database backend. This class will be used to hold the database-specific methods that currently live at the module level in each backend. Only autoinc_sql() has been implemented so far.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5950 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-19 22:29:57 +00:00
..
__init__.py Added half of oracle backend. (The other half is all of the special-casing in django/db/models/query.py, which I will be refactoring.) Refs #1990. Thanks, Jason Huggins and tzellman 2006-05-26 05:37:21 +00:00
base.py Began implementing BaseDatabaseOperations class for every database backend. This class will be used to hold the database-specific methods that currently live at the module level in each backend. Only autoinc_sql() has been implemented so far. 2007-08-19 22:29:57 +00:00
client.py Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. All 2007-06-23 14:16:00 +00:00
creation.py Updated Oracle 'syncdb' call from [5906] to use the options that it previously had 2007-08-16 19:27:58 +00:00
introspection.py Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. All 2007-06-23 14:16:00 +00:00