django1/django/db/backends/oracle
Mariusz Felisiak ff8020ed49 Fixed #29788 -- Added support for Oracle Managed File (OMF) tablespaces. 2018-11-13 18:22:41 -05:00
..
__init__.py
base.py Fixed #21171 -- Avoided starting a transaction when a single (or atomic queries) are executed. 2018-10-17 12:19:02 +02:00
client.py Fixed #29534 -- Made dbshell use rlwrap on Oracle if available. 2018-10-25 19:39:42 -04:00
compiler.py Fixed #29630 -- Fixed crash of sliced queries with multiple columns with the same name on Oracle 12.1. 2018-09-26 20:18:48 +02:00
creation.py Fixed #29788 -- Added support for Oracle Managed File (OMF) tablespaces. 2018-11-13 18:22:41 -05:00
features.py Fixed #29547 -- Added support for partial indexes. 2018-10-29 19:34:54 -04:00
functions.py Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments. 2017-02-01 11:41:56 -05:00
introspection.py Fixed #29870 -- Added DurationField introspection for Oracle and PostgreSQL. 2018-10-21 09:08:05 +02:00
operations.py Removed DatabaseOperation.savepoint_create/rollback_sql() on Oracle. 2018-11-04 18:21:59 -05:00
schema.py Fixed #29547 -- Added support for partial indexes. 2018-10-29 19:34:54 -04:00
utils.py Fixed #29227 -- Allowed BooleanField to be null=True. 2018-03-20 12:10:10 -04:00
validation.py Fixed #27859 -- Ignored db_index for TextField/BinaryField on Oracle and MySQL. 2017-05-23 17:02:40 +02:00