django1/django/db/backends/oracle
Aymeric Augustin fc10418fba Fixed #18963 -- Used a subclass-friendly pattern
for Python 2 object model compatibility methods.
2012-11-03 22:07:35 +01: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 #18963 -- Used a subclass-friendly pattern 2012-11-03 22:07:35 +01:00
client.py Fixed #10357 -- Fixed the "dbshell" command for Windows users. 2009-04-11 11:41:35 +00:00
compiler.py [py3] Fixed Oracle specific failures 2012-08-19 23:45:26 +03:00
creation.py [py3] Replaced raw_input by input 2012-08-08 19:53:11 +02:00
introspection.py Made get_indexes() consistent across backends. 2012-04-30 14:30:29 +03:00