summaryrefslogtreecommitdiff
path: root/django/db/backends/oracle/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-44/+51
* Fixed #33339 -- Made QuerySet.bulk_create() use TO_NCLOB() for TextFields on ...Georgi Yanchev2021-12-031-2/+2
* Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.Mariusz Felisiak2021-01-141-1/+0
* Refs #32061 -- Unified DatabaseClient.runshell() in db backends.Simon Charette2020-10-291-0/+7
* Fixed #31301 -- Fixed crash of QuerySet.bulk_create() with mixed empty and se...Hans Aarne Liblik2020-02-281-0/+3
* Fixed #30987 -- Added models.PositiveBigIntegerField.Caio Ariede2019-11-191-0/+2
* Fixed typo in BulkInsertMapper constant name.Mariusz Felisiak2019-10-011-2/+2
* Fixed #30510 -- Fixed crash of QuerySet.bulk_create() with mixed-length texts...Ahmet Kucuk2019-10-011-0/+2
* Fixed #29444 -- Allowed returning multiple fields from INSERT statements on O...Johannes Hoppe2019-09-241-3/+6
* Refs #29444 -- Fixed DateField constructor in db.backends.oracle.utils.Insert...Johannes Hoppe2019-09-091-1/+1
* Refs #29444 -- Made db.backends.oracle.utils.InsertVar use str as default.Johannes Hoppe2019-09-031-2/+9
* Refs #29444 -- Added support for fetching a returned non-integer insert value...Johannes Hoppe2019-07-081-2/+14
* Refs #28859 -- Simplified fetch_returned_insert_id() by using int data type f...Mariusz Felisiak2019-02-041-2/+1
* Fixed #29227 -- Allowed BooleanField to be null=True.Tim Graham2018-03-201-0/+1
* Fixed #22669 -- Fixed QuerySet.bulk_create() with empty model fields on Oracle.Mikhail Nacharov2017-02-091-0/+24
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Fixed #27649 -- Bumped required cx_Oracle to 5.2.Tim Graham2016-12-291-11/+0
* Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham2015-01-141-0/+42