django1/django/db/backends/oracle
Simon Charette bc7a10299f Fixed #20010 -- Make sure `last_executed_query` contains it's associated parameters on Oracle.
Also removed some unused imports.
2013-03-11 17:30:23 -04: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 #20010 -- Make sure `last_executed_query` contains it's associated parameters on Oracle. 2013-03-11 17:30:23 -04: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 Added an API to control database-level autocommit. 2013-03-11 14:48:53 +01:00
introspection.py Add introspection support for BinaryField 2013-03-02 10:29:03 +01:00