summaryrefslogtreecommitdiff
path: root/django/db/backends/mysql/features.py
AgeCommit message (Expand)Author
2026-04-18Fixed #37028 -- Added BitAnd(), BitOr(), and BitXor() aggregates.Mariusz Felisiak
2026-01-25Fixed #36812 -- Dropped support for MariaDB < 10.11.Skyiesac
2025-12-12Fixed #36735 -- Added UUID4 and UUID7 database functions.Lily Acorn
2025-10-27Fixed #36624 -- Dropped support for MySQL < 8.4.Mariusz Felisiak
2025-10-18Fixed #21961 -- Added support for database-level delete options for ForeignKey.Mariusz Felisiak
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2025-05-20Fixed #34262 -- Added support for AnyValue for SQLite, MySQL, Oracle, and Pos...ontowhee
2025-05-14Fixed #36085 -- Added JSONField support for negative array indexing on SQLite.savanto
2025-04-30Refs #36052, #32234 -- Removed create_test_table_with_composite_primary_key f...Simon Charette
2025-03-03Fixed #35444 -- Added generic support for Aggregate.order_by.Chris Muthig
2025-02-09Fixed #36105 -- Dropped support for MariaDB 10.5.Mariusz Felisiak
2024-11-18Fixed #18392 -- Changed default mysql encoding to "utf8mb4".Ben Cail
2024-05-03Fixed #35422 -- Fixed migrations crash when altering GeneratedField referenci...Mariusz Felisiak
2023-11-27Fixed #34992 -- Fixed DatabaseFeatures.allows_group_by_selected_pks on MariaD...Nathaniel Conroy
2023-11-02Refs #31300 -- Allowed testing GeneratedField without collation.Tim Graham
2023-09-19Fixed #34850 -- Dropped support for MariaDB 10.4.Mariusz Felisiak
2023-09-07Fixed #31300 -- Added GeneratedField model field.Jeremy Nauta
2023-08-03Refs #33713 -- Removed unnecessary version check in DatabaseFeatures.update_c...Mariusz Felisiak
2023-08-03Fixed #34761 -- Dropped support for MySQL < 8.0.11.Mariusz Felisiak
2023-08-02Fixed #33507 -- Used UUID data type on MariaDB 10.7+.Albert Defler
2023-05-12Fixed #470 -- Added support for database defaults on fields.Ian Foote
2023-05-03Fixed #34523 -- Fixed TransactionManagementError in QuerySet.update_or_create...Mariusz Felisiak
2023-05-01Fixed #33759 -- Avoided unnecessary subquery in QuerySet.delete() with self-r...4the4ryushin
2023-03-18Fixed #34421 -- Fixed QuerySet.update() on querysets in descending order by a...hb6h057
2023-02-21Refs #31445 -- Added test for nesting QuerySet.union().Mariusz Felisiak
2023-01-17Fixed #34255 -- Made PostgreSQL backend use client-side parameters binding wi...Mariusz Felisiak
2022-12-28Fixed #18468 -- Added support for comments on columns and tables.kimsoungryoul
2022-12-05Removed redundant definition of DatabaseFeatures.can_release_savepoints on My...Mariusz Felisiak
2022-11-07Fixed #31331 -- Switched MySQL to group by selected primary keys.Simon Charette
2022-10-25Fixed DatabaseFeatures.supports_select_(intersection/difference) on MariaDB a...Mariusz Felisiak
2022-10-03Fixed #34070 -- Added subsecond support to Now() on SQLite and MySQL.Lily Foote
2022-07-27Fixed collation tests on MySQL 8.0.30+.Mariusz Felisiak
2022-07-08Fixed #33718 -- Dropped support for MySQL 5.7.Mariusz Felisiak
2022-06-27Refs #33713 -- Removed unnecessary skip for MariaDB 10.3.Mariusz Felisiak
2022-06-27Fixed #33796 -- Fixed ordered combined queryset crash when used in subquery o...Mariusz Felisiak
2022-06-17Fixed #28897 -- Fixed QuerySet.update() on querysets ordered by annotations.David Wobrock
2022-06-17Refs #28897 -- Added test for QuerySet.update() on querysets ordered by inlin...David Wobrock
2022-06-01Fixed #32234 -- Made inspectdb inform about composite primary keys.Anv3sh
2022-05-18Fixed #33713 -- Dropped support for MariaDB 10.3.Mariusz Felisiak
2022-05-17Refs #33379 -- Fixed minimum supported version of MariaDB.Mariusz Felisiak
2022-05-12Refs #27064 -- Added RenameIndex migration operation.David Wobrock
2022-04-18Fixed DatabaseFeatures.uses_savepoints/can_release_savepoints and related tes...Mariusz Felisiak
2022-04-13Fixed DatabaseFeatures.supports_index_column_ordering and related tests with ...Mariusz Felisiak
2022-04-12Fixed DatabaseFeatures.supports_expression_indexes on MySQL with MyISAM.Mariusz Felisiak
2022-03-22Refs #30581 -- Fixed DatabaseFeatures.bare_select_suffix on MySQL < 8 and Mar...Gagaro
2022-03-04Fixed #29865 -- Added logical XOR support for Q() and querysets.Ryan Heard
2022-02-26Fixed #33508 -- Fixed DatabaseFeatures.supports_index_column_ordering on Mari...Alokik Vijay
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