index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
backends
/
oracle
/
operations.py
Age
Commit message (
Expand
)
Author
2022-11-25
Fixed #34103 -- Fixed logging SQL queries with duplicate parameters on Oracle.
David Sanders
2022-07-09
Refs CVE-2022-34265 -- Unified DatabaseOperations._convert_*_to_tz() hook names.
Mariusz Felisiak
2022-07-06
Refs CVE-2022-34265 -- Properly escaped Extract() and Trunc() parameters.
Simon Charette
2022-07-05
Fixed #33815 -- Fixed last_executed_query() on Oracle when parameter names ov...
Mariusz Felisiak
2022-03-29
Updated Oracle docs links to Oracle 21c.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-03
Refs #33476 -- Refactored problematic code before reformatting by Black.
Mariusz Felisiak
2022-01-25
Fixed broken link to cx_Oracle docs.
Ian Foote
2021-12-09
Fixed #33340 -- Fixed unquoted column names in queries used by DatabaseCache.
Arsa
2021-11-12
Fixed #33279 -- Fixed handling time zones with "-" sign in names.
Can Sarigol
2021-07-09
Fixed #27021 -- Allowed lookup expressions in annotations, aggregations, and ...
Ian Foote
2021-05-11
Fixed #32722 -- Fixed comparing to TruncTime() on Oracle.
Mariusz Felisiak
2021-04-30
Fixed #32653 -- Made quoting names in the Oracle backend consistent with db_t...
Mariusz Felisiak
2021-02-03
Refs #32390 -- Bumped required cx_Oracle to 7.0.
Mariusz Felisiak
2021-01-14
Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.
Mariusz Felisiak
2020-10-14
Fixed #31640 -- Made Trunc() truncate datetimes to Date/TimeField in a specif...
David-Wobrock
2020-10-02
Fixed #32060 -- Added Random database function.
Nick Pope
2020-07-17
Fixed #31731 -- Removed unreachable code for resetting sequences of auto-crea...
Ravindar Sharma
2020-07-16
Stopped adapting DecimalField values to strings on Oracle.
Mariusz Felisiak
2020-05-08
Fixed #12990, Refs #27694 -- Added JSONField model field.
sage
2020-04-17
Fixed #31473 -- Made sql_flush() use RESTART IDENTITY to reset sequences on P...
Jon Dufresne
2020-04-17
Simplified DatabaseOperations.sql_flush() on Oracle and PostgreSQL.
Jon Dufresne
2020-03-31
Refs #31403 -- Made SQLInsertCompiler.execute_sql() always return an iterable...
Adam Johnson
2020-03-25
Fixed #31396 -- Added binary XOR operator to F expressions.
Hannes Ljungberg
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2020-01-03
Fixed #31133 -- Fixed crash when subtracting against a subquery annotation.
Simon Charette
2019-11-21
Refs #25367 -- Moved conditional expression wrapping to the Exact lookup.
Simon Charette
2019-11-19
Fixed #30987 -- Added models.PositiveBigIntegerField.
Caio Ariede
2019-11-18
Fixed #30986 -- Fixed queryset crash when filtering against boolean RawSQL ex...
Mariusz Felisiak
2019-10-29
Fixed #30899 -- Lazily compiled import time regular expressions.
Hasan Ramezani
2019-10-02
Fixed #30821 -- Added ExtractIsoWeekYear database function and iso_week_day l...
Anatol Ulrich
2019-09-24
Fixed #29444 -- Allowed returning multiple fields from INSERT statements on O...
Johannes Hoppe
2019-09-09
Refs #29444 -- Allowed returning multiple fields from INSERT statements on Po...
Johannes Hoppe
2019-08-29
Fixed #25367 -- Allowed boolean expressions in QuerySet.filter() and exclude().
Matthew Schinckel
2019-08-20
Fixed #29979, Refs #17337 -- Extracted AutoField field logic into a mixin and...
Nick Pope
2019-08-02
Fixed #30661 -- Added models.SmallAutoField.
Nick Pope
2019-07-08
Refs #29444 -- Added support for fetching a returned non-integer insert value...
Johannes Hoppe
2019-06-13
Fixed #30128 -- Fixed handling timedelta timezone in database functions.
can
2019-04-08
Fixed #28373 -- Used connection timezone instead of UTC when making dates tim...
can
2019-04-05
Refs #20010 -- Unified DatabaseOperations.last_executed_query() on Oracle wit...
Mariusz Felisiak
2019-03-09
Fixed #30242 -- Removed extra space before LIMIT/OFFSET SQL.
Hang Park
2019-02-07
Updated Oracle docs links to Oracle 18c.
Mariusz Felisiak
2019-02-06
Fixed #30157 -- Dropped support for Oracle 12.1.
Mariusz Felisiak
2019-02-04
Refs #28859 -- Simplified fetch_returned_insert_id() by using int data type f...
Mariusz Felisiak
2018-12-26
Refs #20483 -- Cached Oracle references retrieval on sql_flush().
Simon Charette
2018-12-05
Fixed #30013 -- Fixed DatabaseOperations.last_executed_query() with mysqlclie...
Tim Graham
2018-11-04
Removed DatabaseOperation.savepoint_create/rollback_sql() on Oracle.
Tom Forbes
2018-09-26
Fixed #29630 -- Fixed crash of sliced queries with multiple columns with the ...
Mariusz Felisiak
2018-09-16
Fixed #29759 -- Fixed crash on Oracle when fetching a returned insert id with...
Mariusz Felisiak
[next]