summaryrefslogtreecommitdiff
path: root/django/db/backends/oracle/operations.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34544 -- Avoided DBMS_LOB.SUBSTR() wrapping with IS NULL condition on ...Mariusz Felisiak2023-05-081-7/+3
* Fixed #34103 -- Fixed logging SQL queries with duplicate parameters on Oracle.David Sanders2022-11-251-8/+8
* Refs CVE-2022-34265 -- Unified DatabaseOperations._convert_*_to_tz() hook names.Mariusz Felisiak2022-07-091-7/+7
* Refs CVE-2022-34265 -- Properly escaped Extract() and Trunc() parameters.Simon Charette2022-07-061-54/+69
* Fixed #33815 -- Fixed last_executed_query() on Oracle when parameter names ov...Mariusz Felisiak2022-07-051-4/+5
* Updated Oracle docs links to Oracle 21c.Mariusz Felisiak2022-03-291-3/+3
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-4/+8
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-158/+206
* Refs #33476 -- Refactored problematic code before reformatting by Black.Mariusz Felisiak2022-02-031-4/+10
* Fixed broken link to cx_Oracle docs.Ian Foote2022-01-251-1/+1
* Fixed #33340 -- Fixed unquoted column names in queries used by DatabaseCache.Arsa2021-12-091-1/+6
* Fixed #33279 -- Fixed handling time zones with "-" sign in names.Can Sarigol2021-11-121-6/+5
* Fixed #27021 -- Allowed lookup expressions in annotations, aggregations, and ...Ian Foote2021-07-091-3/+3
* Fixed #32722 -- Fixed comparing to TruncTime() on Oracle.Mariusz Felisiak2021-05-111-3/+9
* Fixed #32653 -- Made quoting names in the Oracle backend consistent with db_t...Mariusz Felisiak2021-04-301-1/+1
* Refs #32390 -- Bumped required cx_Oracle to 7.0.Mariusz Felisiak2021-02-031-4/+2
* Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.Mariusz Felisiak2021-01-141-1/+1
* Fixed #31640 -- Made Trunc() truncate datetimes to Date/TimeField in a specif...David-Wobrock2020-10-141-3/+5
* Fixed #32060 -- Added Random database function.Nick Pope2020-10-021-3/+0
* Fixed #31731 -- Removed unreachable code for resetting sequences of auto-crea...Ravindar Sharma2020-07-171-12/+0
* Stopped adapting DecimalField values to strings on Oracle.Mariusz Felisiak2020-07-161-0/+3
* Fixed #12990, Refs #27694 -- Added JSONField model field.sage2020-05-081-2/+4
* Fixed #31473 -- Made sql_flush() use RESTART IDENTITY to reset sequences on P...Jon Dufresne2020-04-171-4/+10
* Simplified DatabaseOperations.sql_flush() on Oracle and PostgreSQL.Jon Dufresne2020-04-171-45/+44
* Refs #31403 -- Made SQLInsertCompiler.execute_sql() always return an iterable...Adam Johnson2020-03-311-1/+3
* Fixed #31396 -- Added binary XOR operator to F expressions.Hannes Ljungberg2020-03-251-1/+3
* Simplified imports from django.db and django.contrib.gis.db.Nick Pope2020-02-041-4/+4
* Fixed #31133 -- Fixed crash when subtracting against a subquery annotation.Simon Charette2020-01-031-1/+2
* Refs #25367 -- Moved conditional expression wrapping to the Exact lookup.Simon Charette2019-11-211-4/+4
* Fixed #30987 -- Added models.PositiveBigIntegerField.Caio Ariede2019-11-191-0/+1
* Fixed #30986 -- Fixed queryset crash when filtering against boolean RawSQL ex...Mariusz Felisiak2019-11-181-1/+3
* Fixed #30899 -- Lazily compiled import time regular expressions.Hasan Ramezani2019-10-291-2/+2
* Fixed #30821 -- Added ExtractIsoWeekYear database function and iso_week_day l...Anatol Ulrich2019-10-021-0/+2
* Fixed #29444 -- Allowed returning multiple fields from INSERT statements on O...Johannes Hoppe2019-09-241-16/+25
* Refs #29444 -- Allowed returning multiple fields from INSERT statements on Po...Johannes Hoppe2019-09-091-4/+10
* Fixed #25367 -- Allowed boolean expressions in QuerySet.filter() and exclude().Matthew Schinckel2019-08-291-0/+13
* Fixed #29979, Refs #17337 -- Extracted AutoField field logic into a mixin and...Nick Pope2019-08-201-1/+6
* Fixed #30661 -- Added models.SmallAutoField.Nick Pope2019-08-021-0/+1
* Refs #29444 -- Added support for fetching a returned non-integer insert value...Johannes Hoppe2019-07-081-3/+3
* Fixed #30128 -- Fixed handling timedelta timezone in database functions.can2019-06-131-1/+8
* Fixed #28373 -- Used connection timezone instead of UTC when making dates tim...can2019-04-081-3/+10
* Refs #20010 -- Unified DatabaseOperations.last_executed_query() on Oracle wit...Mariusz Felisiak2019-04-051-4/+11
* Fixed #30242 -- Removed extra space before LIMIT/OFFSET SQL.Hang Park2019-03-091-4/+4
* Updated Oracle docs links to Oracle 18c.Mariusz Felisiak2019-02-071-3/+3
* Fixed #30157 -- Dropped support for Oracle 12.1.Mariusz Felisiak2019-02-061-6/+0
* Refs #28859 -- Simplified fetch_returned_insert_id() by using int data type f...Mariusz Felisiak2019-02-041-6/+5
* Refs #20483 -- Cached Oracle references retrieval on sql_flush().Simon Charette2018-12-261-1/+8
* Fixed #30013 -- Fixed DatabaseOperations.last_executed_query() with mysqlclie...Tim Graham2018-12-051-1/+1
* Removed DatabaseOperation.savepoint_create/rollback_sql() on Oracle.Tom Forbes2018-11-041-6/+0
* Fixed #29630 -- Fixed crash of sliced queries with multiple columns with the ...Mariusz Felisiak2018-09-261-0/+7