django1/django/db/backends/oracle
Sergey Fedoseev 6fbfb5cb96 Removed Oracle's fetchmany() and fetchall() wrappers.
Follow up to e06cab2600.
2018-07-10 15:03:09 -04:00
..
__init__.py
base.py Removed Oracle's fetchmany() and fetchall() wrappers. 2018-07-10 15:03:09 -04:00
client.py Fixed #26751 -- Made dbshell exit with the shell's error code. 2016-06-27 12:20:40 -04:00
creation.py Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking. 2017-12-11 07:08:45 -05:00
features.py Removed Oracle's fetchmany() and fetchall() wrappers. 2018-07-10 15:03:09 -04:00
functions.py Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments. 2017-02-01 11:41:56 -05:00
introspection.py Refs #28909 -- Simplifed code using unpacking generalizations. 2017-12-21 21:05:23 -05:00
operations.py Refs #28859 -- Fixed "no data found" exception handling with cx_Oracle 6.3+. 2018-04-28 19:39:45 +02:00
schema.py Fixed #29496 -- Fixed crash on Oracle when converting a non-unique field to primary key. 2018-06-17 08:51:02 +02: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