django1/django/db/backends/oracle
Aymeric Augustin ebabd77291 Ensured a connection is established when checking the database version.
Fixed a test broken by 21765c0a. Refs #18135.
2013-02-19 10:51:24 +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 Ensured a connection is established when checking the database version. 2013-02-19 10:51:24 +01:00
client.py Fixed #10357 -- Fixed the "dbshell" command for Windows users. 2009-04-11 11:41:35 +00:00
compiler.py Fixed #17260 -- Added time zone aware aggregation and lookups. 2013-02-16 09:19:04 +01: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