django1/django/db/backends/oracle
Jani Tiainen d194f29057 Fixed #19606 -- Adjusted cx_Oracle unicode detection. 2013-01-19 09:27:16 +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 Fixed #19606 -- Adjusted cx_Oracle unicode detection. 2013-01-19 09:27:16 +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