django1/django/db/backends/oracle
Aymeric Augustin 97061bdf30 Fixed #17786 (again) -- Ensured destruction of test databases works under Oracle, even with multiple databases, after r17411.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17601 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-28 21:23:45 +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 Fixed #17755 -- Ensured datetime objects that bypass the model layer (for instance, in raw SQL queries) are converted to UTC before sending them to the database when time zone support is enabled. Thanks Anssi for the report. 2012-02-27 21:15:25 +00:00
client.py Fixed #10357 -- Fixed the "dbshell" command for Windows users. 2009-04-11 11:41:35 +00:00
compiler.py Fixed #12192 -- Don't execute any DB query when the QS slicing being performed 2010-10-13 23:36:16 +00:00
creation.py Fixed #17786 (again) -- Ensured destruction of test databases works under Oracle, even with multiple databases, after r17411. 2012-02-28 21:23:45 +00:00
introspection.py Fixed another case-sensitivity bug in Oracle introspection. This one was harmless, but it was causing an irritating test failure. 2011-03-09 22:45:20 +00:00