django1/django/db/backends/oracle
Shai Berger ae685e54cb [1.6.x] Fixed last_executed_query test failure on Oracle
Backport of c0a4894dca from master.
2013-07-09 19:52:16 +02: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 [1.6.x] Fixed last_executed_query test failure on Oracle 2013-07-09 19:52:16 +02:00
client.py Fixed #10357 -- Fixed the "dbshell" command for Windows users. 2009-04-11 11:41:35 +00:00
compiler.py Fixed #17260 -- Added time zone aware aggregation and lookups. 2013-02-16 09:19:04 +01:00
creation.py (Re-)moved some imports 2013-05-21 17:34:19 +02:00
introspection.py Fixed #20014 -- implemented get_key_columns() for Oracle 2013-05-27 21:12:47 +03:00