django1/django/db/backends/oracle
Tim Graham d170c63351 Refs #23919 -- Removed misc references to Python 2. 2017-01-21 20:02:00 -05: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 Refs #23919 -- Removed Python 2 workaround for hashing Oracle params (refs #27632). 2017-01-19 22:20:14 -05:00
client.py Fixed #26751 -- Made dbshell exit with the shell's error code. 2016-06-27 12:20:40 -04:00
compiler.py Fixed #27149 -- Added Subquery and Exists database expressions. 2017-01-14 09:12:24 -05:00
creation.py Refs #23919 -- Removed most of remaining six usage 2017-01-18 21:33:28 +01:00
features.py Refs #19884 -- Added CharField max_length introspection on Oracle. 2016-12-19 08:29:42 -05:00
functions.py Fixed #24699 -- Added aggregate support for DurationField on Oracle 2015-05-30 20:41:33 -04:00
introspection.py Refs #23919 -- Removed misc references to Python 2. 2017-01-21 20:02:00 -05:00
operations.py Refs #23919 -- Removed six.<various>_types usage 2017-01-18 20:18:46 +01:00
schema.py Refs #23919 -- Removed six.<various>_types usage 2017-01-18 20:18:46 +01:00
utils.py Refs #23919 -- Stopped inheriting from object to define new style classes. 2017-01-19 08:39:46 +01:00