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
2023-02-01
[4.2.x] Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-01-09
Fixed #34176 -- Fixed grouping by ambiguous aliases.
Simon Charette
2022-12-28
Fixed #18468 -- Added support for comments on columns and tables.
kimsoungryoul
2022-12-22
Fixed #34219 -- Preserved Char/TextField.db_collation when altering column type.
Mariusz Felisiak
2022-12-08
Made inspectdb used Cursor.description.display_size for CharFields' max_length.
Mariusz Felisiak
2022-11-25
Fixed #34103 -- Fixed logging SQL queries with duplicate parameters on Oracle.
David Sanders
2022-11-21
Fixed #31090 -- Logged transaction management queries.
Ilya Bass
2022-10-31
Used more augmented assignment statements.
Nick Pope
2022-10-06
Refs #33308 -- Enabled explicit GROUP BY and ORDER BY aliases.
Simon Charette
2022-10-05
Fixed #33768 -- Fixed ordering compound queries by nulls_first/nulls_last on ...
Simon Charette
2022-09-13
Fixed #33996 -- Fixed CheckConstraint validation on NULL values.
David Sanders
2022-08-02
Fixed #33881 -- Added support for database collations to ArrayField(Char/Text...
Mariusz Felisiak
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-06-27
Refs #32786 -- Made query clear ordering when ordered combined queryset is us...
Mariusz Felisiak
2022-06-27
Fixed #33796 -- Fixed ordered combined queryset crash when used in subquery o...
Mariusz Felisiak
2022-06-01
Fixed #32234 -- Made inspectdb inform about composite primary keys.
Anv3sh
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
[next]