summaryrefslogtreecommitdiff
path: root/tests/backends/mysql
AgeCommit message (Expand)Author
2019-01-19[2.2.x] Fixed #30117 -- Fixed SchemaEditor.quote_value() test for mysqlclient...Mariusz Felisiak
2018-12-05Refs #30013 -- Fixed SchemaEditor.quote_value() test for mysqlclient 1.3.14+.Tim Graham
2018-10-25Fixed #29827 -- Fixed reuse of test databases with --keepdb on MySQL.Sergey Fedoseev
2018-07-09Refs #29548 -- Fixed non-GIS test failures on MariaDB.Tom Forbes
2018-05-18Fixed #29380 -- Added support for QuerySet.select_for_update()'s nowait and s...bakabiko
2018-03-17Fixed #29103 -- Removed bad 'b'-prefix added by MySQL's SchemaEditor.quote_va...Claude Paroz
2018-03-17Added tests for MySQL's SchemaEditor.quote_value().Claude Paroz
2017-11-20Fixed #28804 -- Fixed "Unknown system variable 'transaction_isolation'" on Ma...Tim Graham
2017-11-14Fixed #28794 -- Fixed tx_isolation deprecation warning on MySQL 5.7.20+.Sergey Fedoseev
2017-06-21Reorganized backends tests.Mariusz Felisiak