summaryrefslogtreecommitdiff
path: root/django/db/backends/oracle
AgeCommit message (Expand)Author
2023-02-01[4.2.x] Refs #33476 -- Applied Black's 2023 stable style.David Smith
2023-01-09Fixed #34176 -- Fixed grouping by ambiguous aliases.Simon Charette
2022-12-28Fixed #18468 -- Added support for comments on columns and tables.kimsoungryoul
2022-12-22Fixed #34219 -- Preserved Char/TextField.db_collation when altering column type.Mariusz Felisiak
2022-12-08Made inspectdb used Cursor.description.display_size for CharFields' max_length.Mariusz Felisiak
2022-11-25Fixed #34103 -- Fixed logging SQL queries with duplicate parameters on Oracle.David Sanders
2022-11-21Fixed #31090 -- Logged transaction management queries.Ilya Bass
2022-10-31Used more augmented assignment statements.Nick Pope
2022-10-06Refs #33308 -- Enabled explicit GROUP BY and ORDER BY aliases.Simon Charette
2022-10-05Fixed #33768 -- Fixed ordering compound queries by nulls_first/nulls_last on ...Simon Charette
2022-09-13Fixed #33996 -- Fixed CheckConstraint validation on NULL values.David Sanders
2022-08-02Fixed #33881 -- Added support for database collations to ArrayField(Char/Text...Mariusz Felisiak
2022-07-09Refs CVE-2022-34265 -- Unified DatabaseOperations._convert_*_to_tz() hook names.Mariusz Felisiak
2022-07-06Refs CVE-2022-34265 -- Properly escaped Extract() and Trunc() parameters.Simon Charette
2022-07-05Fixed #33815 -- Fixed last_executed_query() on Oracle when parameter names ov...Mariusz Felisiak
2022-06-27Refs #32786 -- Made query clear ordering when ordered combined queryset is us...Mariusz Felisiak
2022-06-27Fixed #33796 -- Fixed ordered combined queryset crash when used in subquery o...Mariusz Felisiak
2022-06-01Fixed #32234 -- Made inspectdb inform about composite primary keys.Anv3sh
2022-05-12Refs #27064 -- Added RenameIndex migration operation.David Wobrock
2022-05-02Fixed #33413 -- Made migrations propage collations to related fields.David Wobrock
2022-04-29Refs #33671 -- Fixed migrations crash when adding collation to a primary key ...Mariusz Felisiak
2022-03-29Updated Oracle docs links to Oracle 21c.Mariusz Felisiak
2022-02-22Refs #33517 -- Prevented __second lookup from returning fractional seconds on...nabil-rady
2022-02-18Fixed #33379 -- Added minimum database version checks.Hasan Ramezani
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2022-02-03Refs #33476 -- Refactored problematic code before reformatting by Black.Mariusz Felisiak
2022-01-25Fixed broken link to cx_Oracle docs.Ian Foote
2021-12-22Refs #33355 -- Added missing tests for database functions and expression on n...Adam Johnson
2021-12-14Fixed #33358 -- Fixed handling timedelta < 1 day in schema operations on Oracle.mdalp
2021-12-13Refs #33355 -- Fixed Trunc() with years < 1000 on SQLite.Adam Johnson
2021-12-09Fixed #33340 -- Fixed unquoted column names in queries used by DatabaseCache.Arsa
2021-12-03Fixed #33339 -- Made QuerySet.bulk_create() use TO_NCLOB() for TextFields on ...Georgi Yanchev
2021-11-24Removed unneeded supports_combined_alters feature flag on Oracle.Mariusz Felisiak
2021-11-12Fixed #33279 -- Fixed handling time zones with "-" sign in names.Can Sarigol
2021-11-10Removed DatabaseIntrospection.get_key_columns().Mariusz Felisiak
2021-11-10Fixed DatabaseIntrospection.get_relations() docstring.Tim Graham
2021-10-28Fixed #33228 -- Changed value of BaseDatabaseFeatures.has_case_insensitive_li...Chinmoy
2021-09-28Fixed #33125 -- Avoided redundant unique constraint when converting a non-uni...Jordan Bae
2021-08-31Fixed #33057 -- Fixed recreation of foreign key constraints in m2m tables whe...Mariusz Felisiak
2021-08-24Refs #10929 -- Allowed NowUTC SQL customization for third-party backends.Tim Graham
2021-07-09Fixed #27021 -- Allowed lookup expressions in annotations, aggregations, and ...Ian Foote
2021-06-30Fixed #32786 -- Moved subquery ordering clearing optimization to the _in lookup.Hannes Ljungberg
2021-05-11Fixed #32722 -- Fixed comparing to TruncTime() on Oracle.Mariusz Felisiak
2021-05-07Fixed #32699 -- Fixed comparing to TruncTime() with 0 microseconds on MySQL.Alex Hill
2021-04-30Fixed #32653 -- Made quoting names in the Oracle backend consistent with db_t...Mariusz Felisiak
2021-04-23Refs #32673 -- Fixed lookups crash when comparing against lookups on Oracle.Mariusz Felisiak
2021-04-23Fixed #32673 -- Fixed lookups crash when comparing against lookups on Postgre...Simon Charette
2021-02-23Fixed #30916 -- Added support for functional unique constraints.Hannes Ljungberg
2021-02-09Fixed #32425 -- Fixed adding nullable field with default on MySQL.Jordan Bae