django1/django/db/backends/oracle
Mariusz Felisiak cb2de5e2e9 [1.8.x] Fixed -- Fixed test --keepdb option on Oracle.
Backport of a3a6def867 from master
2015-09-26 19:52:09 -04: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 . Thanks, Jason Huggins and tzellman 2006-05-26 05:37:21 +00:00
base.py [1.8.x] Sorted imports with isort; refs . 2015-02-09 14:24:06 -05:00
client.py Fixed -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
compiler.py [1.8.x] Fixed -- Fixed Oracle GIS limited aggregation test failure. 2015-01-30 06:34:36 -05:00
creation.py [1.8.x] Fixed -- Fixed test --keepdb option on Oracle. 2015-09-26 19:52:09 -04:00
features.py [1.8.x] Fixed -- Made introspection bypass statement cache 2015-02-10 23:42:16 +02:00
introspection.py [1.8.x] Removed unused foreign_key_re variables in MySQL/Oracle DB backends 2015-02-18 10:24:40 -05:00
operations.py [1.8.x] Fixed flake8 warnings on Python 3. 2015-06-15 13:01:41 -04:00
schema.py [1.8.x] Fixed -- Made introspection bypass statement cache 2015-02-10 23:42:16 +02:00
utils.py Fixed -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00