summaryrefslogtreecommitdiff
path: root/django/db/backends/oracle/features.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #470 -- Added support for database defaults on fields.Ian Foote2023-05-121-0/+4
* Fixed #16055 -- Fixed crash when filtering against char/text GenericRelation ...David Wobrock2023-04-181-0/+3
* 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-281-0/+1
* 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
* 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-011-0/+7
* 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 #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-181-0/+1
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-5/+10
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-22/+22
* Refs #33355 -- Added missing tests for database functions and expression on n...Adam Johnson2021-12-221-0/+1
* Refs #33355 -- Fixed Trunc() with years < 1000 on SQLite.Adam Johnson2021-12-131-0/+5
* Removed unneeded supports_combined_alters feature flag on Oracle.Mariusz Felisiak2021-11-241-1/+0
* Fixed #33228 -- Changed value of BaseDatabaseFeatures.has_case_insensitive_li...Chinmoy2021-10-281-1/+0
* Refs #10929 -- Allowed NowUTC SQL customization for third-party backends.Tim Graham2021-08-241-0/+1
* 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-111-4/+0
* Fixed #32699 -- Fixed comparing to TruncTime() with 0 microseconds on MySQL.Alex Hill2021-05-071-0/+4
* Refs #32673 -- Fixed lookups crash when comparing against lookups on Oracle.Mariusz Felisiak2021-04-231-4/+0
* Fixed #32673 -- Fixed lookups crash when comparing against lookups on Postgre...Simon Charette2021-04-231-0/+4
* Fixed #32390 -- Dropped support for Oracle 12.2 and 18c.Mariusz Felisiak2021-02-031-6/+1
* Refs #26167 -- Changed default value of DatabaseFeatures.supports_expression_...Hannes Ljungberg2021-01-141-1/+0
* Fixed #26167 -- Added support for functional indexes.Hannes Ljungberg2021-01-131-0/+1
* Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...Hasan Ramezani2020-12-101-0/+22
* Fixed #32179 -- Added JSONObject database function.Artur Beltsov2020-12-021-0/+5
* Replaced @no_oracle skips with DatabaseFeatures.allows_group_by_lob.Tim Graham2020-10-221-0/+3
* Fixed #31777 -- Added support for database collations to Char/TextFields.Tom Carrick2020-09-211-1/+14
* Fixed #21181 -- Added Collate database function.Tom Carrick2020-08-111-0/+5
* Fixed #31836 -- Dropped support for JSONField __contains and __contained_by l...Mariusz Felisiak2020-07-281-0/+1
* Refs #31630 -- Removed DatabaseFeatures.can_introspect_autofield.Tim Graham2020-06-041-1/+0
* Fixed #31630 -- Replaced introspection features with DatabaseFeatures.introsp...Hasan Ramezani2020-06-041-1/+13
* Fixed #12990, Refs #27694 -- Added JSONField model field.sage2020-05-081-0/+1
* Fixed #20581 -- Added support for deferrable unique constraints.Ian Foote2020-04-301-0/+1
* Simplified imports from django.db and django.contrib.gis.db.Nick Pope2020-02-041-1/+1
* Refs #29444 -- Removed redundant DatabaseFeatures.can_return_multiple_columns...Mariusz Felisiak2019-09-241-1/+0
* Fixed #29444 -- Allowed returning multiple fields from INSERT statements on O...Johannes Hoppe2019-09-241-0/+1
* Refs #25367 -- Moved Oracle Exists() handling to contextual methods.Simon Charette2019-08-131-0/+1
* Refs #30172 -- Prevented removing a field's check or unique constraint from r...Paveł Tyślacki2019-03-171-0/+1
* Refs #26608 -- Added a database feature for fixed frame range distance support.Simon Charette2019-02-091-0/+1
* Fixed #30157 -- Dropped support for Oracle 12.1.Mariusz Felisiak2019-02-061-13/+1
* Refs #29444 -- Renamed DatabaseFeatures.can_return_id* to be generic for othe...Johannes Hoppe2019-01-301-1/+1
* Refs #28670 -- Fixed DatabaseFeatures.supports_slicing_ordering_in_compound o...Mariusz Felisiak2018-12-101-0/+4
* Refs #29722 -- Added introspection of materialized views for Oracle.Mariusz Felisiak2018-11-261-0/+1
* Fixed #29949 -- Refactored db introspection identifier converters.Mariusz Felisiak2018-11-211-1/+0