summaryrefslogtreecommitdiff
path: root/tests/backends/mysql
Commit message (Expand)AuthorAgeFilesLines
* 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