summaryrefslogtreecommitdiff
path: root/tests/backends/mysql
AgeCommit message (Expand)Author
2018-05-18[2.1.x] Fixed #29380 -- Added support for QuerySet.select_for_update()'s nowa...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