summaryrefslogtreecommitdiff
path: root/tests/backends/test_mysql.py
AgeCommit message (Collapse)Author
2017-06-21Reorganized backends tests.Mariusz Felisiak
2017-02-01Fixed #27683 -- Made MySQL default to the read committed isolation level.Tim Graham
Thanks Shai Berger for test help and Adam Johnson for review.
2017-02-01Refs #27683 -- Split up MySQL isolation level tests.Tim Graham
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2017-01-17Refs #27683 -- Allowed setting isolation level in DATABASES ['OPTIONS'] on ↵Tim Graham
MySQL.
2015-12-15Fixed #24675 -- Skipped SQL_AUTO_IS_NULL query on MySQL if not needed.Stewart Park