summaryrefslogtreecommitdiff
path: root/django/db/backends/oracle
Commit message (Expand)AuthorAgeFilesLines
* Fixed #470 -- Added support for database defaults on fields.Ian Foote2023-05-123-2/+8
* Fixed #34553 -- Fixed improper % escaping of literal in constraints.Simon Charette2023-05-101-1/+1
* Fixed #34544 -- Avoided DBMS_LOB.SUBSTR() wrapping with IS NULL condition on ...Mariusz Felisiak2023-05-081-7/+3
* Fixed #16055 -- Fixed crash when filtering against char/text GenericRelation ...David Wobrock2023-04-181-0/+3
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-011-1/+0
* Fixed #34176 -- Fixed grouping by ambiguous aliases.Simon Charette2023-01-091-1/+1
* Fixed #18468 -- Added support for comments on columns and tables.kimsoungryoul2022-12-282-8/+33
* Fixed #34219 -- Preserved Char/TextField.db_collation when altering column type.Mariusz Felisiak2022-12-221-12/+11
* Made inspectdb used Cursor.description.display_size for CharFields' max_length.Mariusz Felisiak2022-12-081-6/+7
* Fixed #34103 -- Fixed logging SQL queries with duplicate parameters on Oracle.David Sanders2022-11-251-8/+8
* Fixed #31090 -- Logged transaction management queries.Ilya Bass2022-11-211-1/+2
* Used more augmented assignment statements.Nick Pope2022-10-312-4/+4
* Refs #33308 -- Enabled explicit GROUP BY and ORDER BY aliases.Simon Charette2022-10-061-0/+1
* Fixed #33768 -- Fixed ordering compound queries by nulls_first/nulls_last on ...Simon Charette2022-10-051-0/+1
* Fixed #33996 -- Fixed CheckConstraint validation on NULL values.David Sanders2022-09-131-0/+1
* Fixed #33881 -- Added support for database collations to ArrayField(Char/Text...Mariusz Felisiak2022-08-021-2/+4
* 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
* Refs #32786 -- Made query clear ordering when ordered combined queryset is us...Mariusz Felisiak2022-06-271-5/+0
* Fixed #33796 -- Fixed ordered combined queryset crash when used in subquery o...Mariusz Felisiak2022-06-271-0/+5
* Fixed #32234 -- Made inspectdb inform about composite primary keys.Anv3sh2022-06-012-5/+12
* Refs #27064 -- Added RenameIndex migration operation.David Wobrock2022-05-121-0/+1
* Fixed #33413 -- Made migrations propage collations to related fields.David Wobrock2022-05-021-0/+4
* Refs #33671 -- Fixed migrations crash when adding collation to a primary key ...Mariusz Felisiak2022-04-291-0/+8
* Updated Oracle docs links to Oracle 21c.Mariusz Felisiak2022-03-292-4/+4
* Refs #33517 -- Prevented __second lookup from returning fractional seconds on...nabil-rady2022-02-221-0/+6
* Fixed #33379 -- Added minimum database version checks.Hasan Ramezani2022-02-182-0/+5
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-076-32/+71
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-0710-586/+786
* Refs #33476 -- Refactored problematic code before reformatting by Black.Mariusz Felisiak2022-02-033-20/+50
* Fixed broken link to cx_Oracle docs.Ian Foote2022-01-251-1/+1
* Refs #33355 -- Added missing tests for database functions and expression on n...Adam Johnson2021-12-221-0/+1
* Fixed #33358 -- Fixed handling timedelta < 1 day in schema operations on Oracle.mdalp2021-12-141-0/+3
* Refs #33355 -- Fixed Trunc() with years < 1000 on SQLite.Adam Johnson2021-12-131-0/+5
* Fixed #33340 -- Fixed unquoted column names in queries used by DatabaseCache.Arsa2021-12-091-1/+6
* Fixed #33339 -- Made QuerySet.bulk_create() use TO_NCLOB() for TextFields on ...Georgi Yanchev2021-12-031-2/+2
* Removed unneeded supports_combined_alters feature flag on Oracle.Mariusz Felisiak2021-11-241-1/+0
* Fixed #33279 -- Fixed handling time zones with "-" sign in names.Can Sarigol2021-11-121-6/+5
* Removed DatabaseIntrospection.get_key_columns().Mariusz Felisiak2021-11-101-14/+0
* Fixed DatabaseIntrospection.get_relations() docstring.Tim Graham2021-11-101-1/+1
* Fixed #33228 -- Changed value of BaseDatabaseFeatures.has_case_insensitive_li...Chinmoy2021-10-281-1/+0
* Fixed #33125 -- Avoided redundant unique constraint when converting a non-uni...Jordan Bae2021-09-281-6/+0
* Fixed #33057 -- Fixed recreation of foreign key constraints in m2m tables whe...Mariusz Felisiak2021-08-311-1/+14
* Refs #10929 -- Allowed NowUTC SQL customization for third-party backends.Tim Graham2021-08-241-0/+1
* Fixed #27021 -- Allowed lookup expressions in annotations, aggregations, and ...Ian Foote2021-07-091-3/+3
* Fixed #32786 -- Moved subquery ordering clearing optimization to the _in lookup.Hannes Ljungberg2021-06-301-0/+1
* Fixed #32722 -- Fixed comparing to TruncTime() on Oracle.Mariusz Felisiak2021-05-112-7/+9
* Fixed #32699 -- Fixed comparing to TruncTime() with 0 microseconds on MySQL.Alex Hill2021-05-071-0/+4
* Fixed #32653 -- Made quoting names in the Oracle backend consistent with db_t...Mariusz Felisiak2021-04-301-1/+1