django1/django/db/backends/oracle
Anssi Kääriäinen d3c2eb103f Fixed #18330 - Made cache culling 3rd party db backend friendly
This is Ian Kelly's patch from #15580 with minor modifications.
2012-07-05 17:20:48 +03: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 #18330 - Made cache culling 3rd party db backend friendly 2012-07-05 17:20:48 +03: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