summaryrefslogtreecommitdiff
path: root/django/db/backends/oracle/features.py
AgeCommit message (Expand)Author
2021-01-14Refs #26167 -- Changed default value of DatabaseFeatures.supports_expression_...Hannes Ljungberg
2021-01-13Fixed #26167 -- Added support for functional indexes.Hannes Ljungberg
2020-12-10Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...Hasan Ramezani
2020-12-02Fixed #32179 -- Added JSONObject database function.Artur Beltsov
2020-10-22Replaced @no_oracle skips with DatabaseFeatures.allows_group_by_lob.Tim Graham
2020-09-21Fixed #31777 -- Added support for database collations to Char/TextFields.Tom Carrick
2020-08-11Fixed #21181 -- Added Collate database function.Tom Carrick
2020-07-28Fixed #31836 -- Dropped support for JSONField __contains and __contained_by l...Mariusz Felisiak
2020-06-04Refs #31630 -- Removed DatabaseFeatures.can_introspect_autofield.Tim Graham
2020-06-04Fixed #31630 -- Replaced introspection features with DatabaseFeatures.introsp...Hasan Ramezani
2020-05-08Fixed #12990, Refs #27694 -- Added JSONField model field.sage
2020-04-30Fixed #20581 -- Added support for deferrable unique constraints.Ian Foote
2020-02-04Simplified imports from django.db and django.contrib.gis.db.Nick Pope
2019-09-24Refs #29444 -- Removed redundant DatabaseFeatures.can_return_multiple_columns...Mariusz Felisiak
2019-09-24Fixed #29444 -- Allowed returning multiple fields from INSERT statements on O...Johannes Hoppe
2019-08-13Refs #25367 -- Moved Oracle Exists() handling to contextual methods.Simon Charette
2019-03-17Refs #30172 -- Prevented removing a field's check or unique constraint from r...Paveł Tyślacki
2019-02-09Refs #26608 -- Added a database feature for fixed frame range distance support.Simon Charette
2019-02-06Fixed #30157 -- Dropped support for Oracle 12.1.Mariusz Felisiak
2019-01-30Refs #29444 -- Renamed DatabaseFeatures.can_return_id* to be generic for othe...Johannes Hoppe
2018-12-10Refs #28670 -- Fixed DatabaseFeatures.supports_slicing_ordering_in_compound o...Mariusz Felisiak
2018-11-26Refs #29722 -- Added introspection of materialized views for Oracle.Mariusz Felisiak
2018-11-21Fixed #29949 -- Refactored db introspection identifier converters.Mariusz Felisiak
2018-10-29Fixed #29547 -- Added support for partial indexes.Mads Jensen
2018-10-25Made DatabaseFeatures.uses_savepoints default to True.Tim Graham
2018-09-26Fixed #29630 -- Fixed crash of sliced queries with multiple columns with the ...Mariusz Felisiak
2018-08-03Fixed #28668 -- Allowed QuerySet.bulk_create() to ignore insert conflicts.Tom
2018-07-10Removed Oracle's fetchmany() and fetchall() wrappers.Sergey Fedoseev
2017-10-09Fixed #28670 -- Added FETCH/OFFSET support on Oracle.Mariusz Felisiak
2017-10-05Fixed #28596 -- Fixed QuerySet.bulk_create() and cascade deletion crash on Or...Mariusz Felisiak
2017-09-18Fixed #26608 -- Added support for window expressions (OVER clause).Mads Jensen
2017-09-18Changed default value of DatabaseFeatures.has_bulk_insert to True.Mads Jensen
2017-08-12Fixed #23546 -- Added kwargs support for CursorWrapper.callproc() on Oracle.Mariusz Felisiak
2017-08-08Refs #23766 -- Added tests for CursorWrapper.callproc().Mariusz Felisiak
2017-07-24Fixed DatabaseFeatures.has_case_insensitive_like on MySQL and Oracle.Mariusz Felisiak
2017-06-29Fixed #28010 -- Added FOR UPDATE OF support to QuerySet.select_for_update().Ran Benita
2017-06-01Refs #26682 -- Added AutoField introspection on Oracle.Mariusz Felisiak
2017-05-23Fixed #27859 -- Ignored db_index for TextField/BinaryField on Oracle and MySQL.Mariusz Felisiak
2017-01-28Fixed #27788 -- Dropped support for Oracle < 12.1.Tim Graham
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2016-12-19Refs #19884 -- Added CharField max_length introspection on Oracle.Mariusz Felisiak
2016-12-02Fixed #27561 -- Added Oracle support for binary "or" operator.Mariusz Felisiak
2016-11-30Refs #24245 -- Added introspection for database defaults on Oracle.Mariusz Felisiak
2016-11-28Fixed #27321 -- Added detection for table case name sensitivity on MySQL.Adam Chainz
2016-10-27Fixed #27327 -- Simplified time zone handling by requiring pytz.Tim Graham
2016-08-08Fixed #26500 -- Added SKIP LOCKED support to select_for_update().Simon Charette
2016-06-21Fixed #26781 -- Made table name case change a noop on SQLite.Simon Charette
2016-02-26Fixed #24793 -- Unified temporal difference support.Simon Charette
2015-05-30Fixed #24699 -- Added aggregate support for DurationField on OracleJosh Smeaton
2015-05-17Dropped the needs_datetime_string_cast feature.Aymeric Augustin