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
Age
Commit message (
Expand
)
Author
2022-07-09
[4.1.x] Refs CVE-2022-34265 -- Unified DatabaseOperations._convert_*_to_tz() ...
Mariusz Felisiak
2022-07-06
[4.1.x] Refs CVE-2022-34265 -- Properly escaped Extract() and Trunc() paramet...
Simon Charette
2022-06-27
[4.1.x] Fixed #33796 -- Fixed ordered combined queryset crash when used in su...
Mariusz Felisiak
2022-05-12
Refs #27064 -- Added RenameIndex migration operation.
David Wobrock
2022-05-02
Fixed #33413 -- Made migrations propage collations to related fields.
David Wobrock
2022-04-29
Refs #33671 -- Fixed migrations crash when adding collation to a primary key ...
Mariusz Felisiak
2022-03-29
Updated Oracle docs links to Oracle 21c.
Mariusz Felisiak
2022-02-22
Refs #33517 -- Prevented __second lookup from returning fractional seconds on...
nabil-rady
2022-02-18
Fixed #33379 -- Added minimum database version checks.
Hasan Ramezani
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-22
Refs #33355 -- Added missing tests for database functions and expression on n...
Adam Johnson
2021-12-14
Fixed #33358 -- Fixed handling timedelta < 1 day in schema operations on Oracle.
mdalp
2021-12-13
Refs #33355 -- Fixed Trunc() with years < 1000 on SQLite.
Adam Johnson
2021-12-09
Fixed #33340 -- Fixed unquoted column names in queries used by DatabaseCache.
Arsa
2021-12-03
Fixed #33339 -- Made QuerySet.bulk_create() use TO_NCLOB() for TextFields on ...
Georgi Yanchev
2021-11-24
Removed unneeded supports_combined_alters feature flag on Oracle.
Mariusz Felisiak
2021-11-12
Fixed #33279 -- Fixed handling time zones with "-" sign in names.
Can Sarigol
2021-11-10
Removed DatabaseIntrospection.get_key_columns().
Mariusz Felisiak
2021-11-10
Fixed DatabaseIntrospection.get_relations() docstring.
Tim Graham
2021-10-28
Fixed #33228 -- Changed value of BaseDatabaseFeatures.has_case_insensitive_li...
Chinmoy
2021-09-28
Fixed #33125 -- Avoided redundant unique constraint when converting a non-uni...
Jordan Bae
2021-08-31
Fixed #33057 -- Fixed recreation of foreign key constraints in m2m tables whe...
Mariusz Felisiak
2021-08-24
Refs #10929 -- Allowed NowUTC SQL customization for third-party backends.
Tim Graham
2021-07-09
Fixed #27021 -- Allowed lookup expressions in annotations, aggregations, and ...
Ian Foote
2021-06-30
Fixed #32786 -- Moved subquery ordering clearing optimization to the _in lookup.
Hannes Ljungberg
2021-05-11
Fixed #32722 -- Fixed comparing to TruncTime() on Oracle.
Mariusz Felisiak
2021-05-07
Fixed #32699 -- Fixed comparing to TruncTime() with 0 microseconds on MySQL.
Alex Hill
2021-04-30
Fixed #32653 -- Made quoting names in the Oracle backend consistent with db_t...
Mariusz Felisiak
2021-04-23
Refs #32673 -- Fixed lookups crash when comparing against lookups on Oracle.
Mariusz Felisiak
2021-04-23
Fixed #32673 -- Fixed lookups crash when comparing against lookups on Postgre...
Simon Charette
2021-02-23
Fixed #30916 -- Added support for functional unique constraints.
Hannes Ljungberg
2021-02-09
Fixed #32425 -- Fixed adding nullable field with default on MySQL.
Jordan Bae
2021-02-03
Refs #32390 -- Bumped required cx_Oracle to 7.0.
Mariusz Felisiak
2021-02-03
Fixed #32390 -- Dropped support for Oracle 12.2 and 18c.
Mariusz Felisiak
2021-01-14
Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.
Mariusz Felisiak
2021-01-14
Refs #26167 -- Changed default value of DatabaseFeatures.supports_expression_...
Hannes Ljungberg
2021-01-13
Fixed #26167 -- Added support for functional indexes.
Hannes Ljungberg
2020-12-10
Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...
Hasan Ramezani
2020-12-02
Fixed #32179 -- Added JSONObject database function.
Artur Beltsov
2020-11-19
Fixed #32201 -- Removed obsolete isort:skip's.
Seamus Quinn
2020-10-29
Refs #32061 -- Unified DatabaseClient.runshell() in db backends.
Simon Charette
2020-10-22
Replaced @no_oracle skips with DatabaseFeatures.allows_group_by_lob.
Tim Graham
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-09-21
Fixed #31777 -- Added support for database collations to Char/TextFields.
Tom Carrick
2020-08-24
Fixed #24533 -- Dropped PostgreSQL sequence and Oracle identity when migratin...
Tim Graham
2020-08-11
Fixed #21181 -- Added Collate database function.
Tom Carrick
[next]