summaryrefslogtreecommitdiff
path: root/django/db/backends/oracle/utils.py
Commit message (Collapse)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
| | | | Oracle.
* 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 ↵Hans Aarne Liblik2020-02-281-0/+3
| | | | set ForeignKeys to AutoFields on Oracle.
* 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 ↵Ahmet Kucuk2019-10-011-0/+2
| | | | | | | | texts on Oracle. Text with more than 4000 characters must be set to as a CLOB on Oracle what caused a mixed datatype error (ORA-01790) when shorter text appeared in the same operation.
* Fixed #29444 -- Allowed returning multiple fields from INSERT statements on ↵Johannes Hoppe2019-09-241-3/+6
| | | | Oracle.
* Refs #29444 -- Fixed DateField constructor in ↵Johannes Hoppe2019-09-091-1/+1
| | | | db.backends.oracle.utils.InsertVar.
* 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 ↵Johannes Hoppe2019-07-081-2/+14
| | | | | | | values on Oracle. This is currently not actively used, since the ORM will ask the SQL compiler to only return auto fields.
* Refs #28859 -- Simplified fetch_returned_insert_id() by using int data type ↵Mariusz Felisiak2019-02-041-2/+1
| | | | for binding variable on Oracle.
* Fixed #29227 -- Allowed BooleanField to be null=True.Tim Graham2018-03-201-0/+1
| | | | Thanks Lynn Cyrin for contributing to the patch, and Nick Pope for review.
* 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
| | | | Removed obsolete workarounds from 1aa48898085ea16915877cc139e238a74e3f554b and dcf3be7a621f011a918453527406216a738acf68.
* Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham2015-01-141-0/+42