django1/django/db/backends/oracle
Anssi Kääriäinen ce094e570e Fixed Oracle regression in last_executed_query() with unicode strings
The regression was likely caused by the fix in #19606 which adjusted
Oracle's unicode detection, though it seems this would have been an
issue in some configurations even before.
2013-02-23 00:27:39 +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 Oracle regression in last_executed_query() with unicode strings 2013-02-23 00:27:39 +02: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