summaryrefslogtreecommitdiff
path: root/django/db/backends/mysql/features.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #470 -- Added support for database defaults on fields.Ian Foote2023-05-121-0/+7
* Fixed #34523 -- Fixed TransactionManagementError in QuerySet.update_or_create...Mariusz Felisiak2023-05-031-3/+0
* Fixed #33759 -- Avoided unnecessary subquery in QuerySet.delete() with self-r...4the4ryushin2023-05-011-0/+1
* Fixed #34421 -- Fixed QuerySet.update() on querysets in descending order by a...hb6h0572023-03-181-0/+1
* Refs #31445 -- Added test for nesting QuerySet.union().Mariusz Felisiak2023-02-211-0/+10
* Fixed #34255 -- Made PostgreSQL backend use client-side parameters binding wi...Mariusz Felisiak2023-01-171-0/+10
* Fixed #18468 -- Added support for comments on columns and tables.kimsoungryoul2022-12-281-0/+2
* Removed redundant definition of DatabaseFeatures.can_release_savepoints on My...Mariusz Felisiak2022-12-051-1/+0
* Fixed #31331 -- Switched MySQL to group by selected primary keys.Simon Charette2022-11-071-13/+1
* Fixed DatabaseFeatures.supports_select_(intersection/difference) on MariaDB a...Mariusz Felisiak2022-10-251-2/+9
* Fixed #34070 -- Added subsecond support to Now() on SQLite and MySQL.Lily Foote2022-10-031-1/+1
* Fixed collation tests on MySQL 8.0.30+.Mariusz Felisiak2022-07-271-4/+7
* Fixed #33718 -- Dropped support for MySQL 5.7.Mariusz Felisiak2022-07-081-53/+3
* Refs #33713 -- Removed unnecessary skip for MariaDB 10.3.Mariusz Felisiak2022-06-271-7/+3
* Fixed #33796 -- Fixed ordered combined queryset crash when used in subquery o...Mariusz Felisiak2022-06-271-0/+19
* Fixed #28897 -- Fixed QuerySet.update() on querysets ordered by annotations.David Wobrock2022-06-171-0/+1
* Refs #28897 -- Added test for QuerySet.update() on querysets ordered by inlin...David Wobrock2022-06-171-0/+5
* Fixed #32234 -- Made inspectdb inform about composite primary keys.Anv3sh2022-06-011-0/+7
* Fixed #33713 -- Dropped support for MariaDB 10.3.Mariusz Felisiak2022-05-181-8/+4
* Refs #33379 -- Fixed minimum supported version of MariaDB.Mariusz Felisiak2022-05-171-1/+1
* Refs #27064 -- Added RenameIndex migration operation.David Wobrock2022-05-121-0/+6
* Fixed DatabaseFeatures.uses_savepoints/can_release_savepoints and related tes...Mariusz Felisiak2022-04-181-0/+3
* Fixed DatabaseFeatures.supports_index_column_ordering and related tests with ...Mariusz Felisiak2022-04-131-0/+2
* Fixed DatabaseFeatures.supports_expression_indexes on MySQL with MyISAM.Mariusz Felisiak2022-04-121-0/+1
* Refs #30581 -- Fixed DatabaseFeatures.bare_select_suffix on MySQL < 8 and Mar...Gagaro2022-03-221-0/+11
* Fixed #29865 -- Added logical XOR support for Q() and querysets.Ryan Heard2022-03-041-0/+1
* Fixed #33508 -- Fixed DatabaseFeatures.supports_index_column_ordering on Mari...Alokik Vijay2022-02-261-4/+3
* Fixed #33379 -- Added minimum database version checks.Hasan Ramezani2022-02-181-0/+7
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-12/+24
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-80/+122
* Fixed #31685 -- Added support for updating conflicts to QuerySet.bulk_create().sean_c_hsu2022-01-191-0/+1
* Fixed #33228 -- Changed value of BaseDatabaseFeatures.has_case_insensitive_li...Chinmoy2021-10-281-1/+0
* Fixed #33129 -- Dropped support for MariaDB 10.2.Mariusz Felisiak2021-09-221-4/+4
* Refs #10929 -- Allowed NowUTC SQL customization for third-party backends.Tim Graham2021-08-241-0/+2
* Fixed #10929 -- Added default argument to aggregates.Nick Pope2021-07-191-0/+11
* Fixed #32908 -- Allowed select_for_update(skip_locked) on MariaDB 10.6+.Mariusz Felisiak2021-07-081-1/+3
* Fixed inspectdb and schema tests on MariaDB 10.6+.Mariusz Felisiak2021-07-071-5/+12
* Refs #25287 -- Added support for multiplying and dividing DurationField by sc...Tobias Bengfort2021-04-201-0/+4
* Fixed #26167 -- Added support for functional indexes.Hannes Ljungberg2021-01-131-0/+15
* Fixed #32342 -- Added index order introspection on MySQL 8.0.1+.Mariusz Felisiak2021-01-111-1/+7
* Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...Hasan Ramezani2020-12-101-0/+46
* Fixed #31777 -- Added support for database collations to Char/TextFields.Tom Carrick2020-09-211-0/+1
* Refs #21181 -- Corrected DatabaseFeatures.test_collations for Swedish collation.Tom Carrick2020-09-181-1/+1
* Fixed #21181 -- Added Collate database function.Tom Carrick2020-08-111-0/+4
* Fixed #17653 -- Allowed using zero as AutoFields value on MySQL if NO_AUTO_VA...Mariusz Felisiak2020-07-201-1/+8
* Fixed #31770 -- Allowed select_for_update(of) on MySQL 8.0.1+.Simon Charette2020-07-131-0/+4
* Fixed #31758 -- Removed unneeded BytesToCharFieldConversionMixin.Sergey Fedoseev2020-07-021-1/+0
* Combined MySQL backend server info queries.Adam Johnson2020-06-221-17/+4
* 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-5/+10