summaryrefslogtreecommitdiff
path: root/django/db/backends/mysql
Commit message (Expand)AuthorAgeFilesLines
* Fixed #470 -- Added support for database defaults on fields.Ian Foote2023-05-122-5/+31
* Fixed #34553 -- Fixed improper % escaping of literal in constraints.Simon Charette2023-05-101-2/+0
* 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 #34320 -- Stopped recreating check constraints when renaming fields.Mariusz Felisiak2023-03-021-0/+13
* Refs #31445 -- Added test for nesting QuerySet.union().Mariusz Felisiak2023-02-211-0/+10
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-011-1/+0
* Fixed #34304 -- Made MySQL's SchemaEditor.remove_constraint() don't create fo...sag᠎e2023-01-311-1/+4
* Fixed #34255 -- Made PostgreSQL backend use client-side parameters binding wi...Mariusz Felisiak2023-01-171-0/+10
* Refs #32355 -- Bumped mysqlclient requirement to >= 1.4.3.Mariusz Felisiak2023-01-051-2/+2
* Fixed #18468 -- Added support for comments on columns and tables.kimsoungryoul2022-12-283-7/+33
* Fixed #34219 -- Preserved Char/TextField.db_collation when altering column type.Mariusz Felisiak2022-12-221-4/+7
* Made inspectdb used Cursor.description.display_size for CharFields' max_length.Mariusz Felisiak2022-12-081-1/+2
* Removed redundant definition of DatabaseFeatures.can_release_savepoints on My...Mariusz Felisiak2022-12-051-1/+0
* Refs #33374 -- Adjusted full match condition handling.Simon Charette2022-11-071-5/+9
* 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 #31335 -- Fixed removing composed composed Meta constraints/indexes on ...Sergey Fursov2022-09-131-7/+48
* Refs #31335 -- Added SchemaEditor._create_missing_fk_index() on MySQL.Sergey Fursov2022-09-121-6/+17
* Refs #28333 -- Added partial support for filtering against window functions.Simon Charette2022-08-151-4/+7
* Fixed collation tests on MySQL 8.0.30+.Mariusz Felisiak2022-07-271-4/+7
* Refs CVE-2022-34265 -- Unified DatabaseOperations._convert_*_to_tz() hook names.Mariusz Felisiak2022-07-091-7/+7
* Fixed #33718 -- Dropped support for MySQL 5.7.Mariusz Felisiak2022-07-082-59/+5
* Refs CVE-2022-34265 -- Properly escaped Extract() and Trunc() parameters.Simon Charette2022-07-061-59/+58
* 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 #33715 -- Allowed keyboard interrupt to abort queries in MySQL dbshell.Hasan Ramezani2022-05-201-0/+12
* Fixed #33713 -- Dropped support for MariaDB 10.3.Mariusz Felisiak2022-05-182-11/+8
* Refs #33379 -- Fixed minimum supported version of MariaDB.Mariusz Felisiak2022-05-171-1/+1
* Refs #27064 -- Added RenameIndex migration operation.David Wobrock2022-05-122-0/+7
* 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-182-0/+11
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-075-20/+39
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-079-496/+685
* Refs #33476 -- Refactored problematic code before reformatting by Black.Mariusz Felisiak2022-02-033-14/+29
* Fixed #31685 -- Added support for updating conflicts to QuerySet.bulk_create().sean_c_hsu2022-01-192-2/+30
* Updated various links to HTTPS and new locations.Mariusz Felisiak2021-12-021-1/+1
* Fixed #33279 -- Fixed handling time zones with "-" sign in names.Can Sarigol2021-11-121-5/+3
* Removed DatabaseIntrospection.get_key_columns().Mariusz Felisiak2021-11-102-18/+9
* Fixed DatabaseIntrospection.get_relations() docstring.Tim Graham2021-11-101-1/+1