django1/django/db/backends/oracle
Claude Paroz 223fc8eaf9 Return namedtuple from get_table_description
We don't make use of it currently to not break third-party db
backends.
2013-01-12 21:14:22 +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 #19274 -- Made db connection creation overridable in subclasses 2012-11-27 19:47:19 +02: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 Made sure global settings are changed in test db creation 2012-11-27 19:47:20 +02:00
introspection.py Return namedtuple from get_table_description 2013-01-12 21:14:22 +01:00