django1/django/db/backends/oracle
Aymeric Augustin d796c94b03 [py3] Used six.reraise wherever necessary. 2012-07-22 09:29:52 +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 [py3] Used six.reraise wherever necessary. 2012-07-22 09:29:52 +02: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 Replaced print statement by print function (forward compatibility syntax). 2012-04-30 20:45:03 +02:00
introspection.py Made get_indexes() consistent across backends. 2012-04-30 14:30:29 +03:00