summaryrefslogtreecommitdiff
path: root/tests/backends/mysql
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-011-1/+0
* Fixed #33718 -- Dropped support for MySQL 5.7.Mariusz Felisiak2022-07-081-2/+2
* Fixed #33713 -- Dropped support for MariaDB 10.3.Mariusz Felisiak2022-05-181-2/+2
* Refs #33379 -- Fixed minimum supported version of MariaDB.Mariusz Felisiak2022-05-171-2/+2
* Fixed DatabaseFeatures.uses_savepoints/can_release_savepoints and related tes...Mariusz Felisiak2022-04-181-0/+1
* Fixed #33379 -- Added minimum database version checks.Hasan Ramezani2022-02-181-1/+18
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-1/+2
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-076-99/+123
* Fixed #33017 -- Fixed storage engine introspection on MySQL.Matjaz Gregoric2021-08-201-1/+31
* Fixed #32595 -- Fixed SchemaEditor.quote_value() crash with bytes.Mariusz Felisiak2021-03-301-0/+1
* Refs #32595 -- Added MySQL's SchemaEditor.quote_value() tests for values with...Mariusz Felisiak2021-03-301-0/+1
* Refs #32061 -- Unified DatabaseClient.runshell() in db backends.Simon Charette2020-10-291-0/+1
* Fixed #17653 -- Allowed using zero as AutoFields value on MySQL if NO_AUTO_VA...Mariusz Felisiak2020-07-201-0/+6
* Fixed #31473 -- Made sql_flush() use RESTART IDENTITY to reset sequences on P...Jon Dufresne2020-04-171-31/+16
* Added test coverage for DatabaseOperations.sql_flush().Jon Dufresne2020-04-171-0/+62
* Simplified imports from django.db and django.contrib.gis.db.Nick Pope2020-02-041-2/+1
* Refs #30593 -- Fixed introspection of check constraints columns on MariaDB.Hasan Ramezani2019-07-301-5/+12
* Refs #30593 -- Added _parse_constraint_columns() hook to introspection on Mar...Hasan Ramezani2019-07-301-0/+22
* Fixed #30636 -- Fixed options ordering when cloning test database on MySQL.Yann Sionneau2019-07-161-0/+33
* Fixed #30117 -- Fixed SchemaEditor.quote_value() test for mysqlclient 1.4.0+.Mariusz Felisiak2019-01-191-1/+1
* Refs #30013 -- Fixed SchemaEditor.quote_value() test for mysqlclient 1.3.14+.Tim Graham2018-12-051-1/+2
* Fixed #29827 -- Fixed reuse of test databases with --keepdb on MySQL.Sergey Fedoseev2018-10-251-0/+7
* Refs #29548 -- Fixed non-GIS test failures on MariaDB.Tom Forbes2018-07-091-0/+2
* Fixed #29380 -- Added support for QuerySet.select_for_update()'s nowait and s...bakabiko2018-05-181-0/+13
* Fixed #29103 -- Removed bad 'b'-prefix added by MySQL's SchemaEditor.quote_va...Claude Paroz2018-03-171-0/+1
* Added tests for MySQL's SchemaEditor.quote_value().Claude Paroz2018-03-171-0/+18
* Fixed #28804 -- Fixed "Unknown system variable 'transaction_isolation'" on Ma...Tim Graham2017-11-201-3/+3
* Fixed #28794 -- Fixed tx_isolation deprecation warning on MySQL 5.7.20+.Sergey Fedoseev2017-11-141-1/+1
* Reorganized backends tests.Mariusz Felisiak2017-06-214-0/+155