summaryrefslogtreecommitdiff
path: root/tests/dbshell/test_mysql.py
AgeCommit message (Expand)Author
2024-11-18Fixed #18392 -- Changed default mysql encoding to "utf8mb4".Ben Cail
2022-05-20Fixed #33715 -- Allowed keyboard interrupt to abort queries in MySQL dbshell.Hasan Ramezani
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-05-12Fixed #32732 -- Removed usage of deprecated 'db' and 'passwd' connection opti...Nick Pope
2020-11-03Refs #32061 -- Fixed test_crash_password_does_not_leak() crash on Windows.Mariusz Felisiak
2020-10-30Refs #32061 -- Prevented password leak on MySQL dbshell crash.Simon Charette
2020-10-29Refs #32061 -- Unified DatabaseClient.runshell() in db backends.Simon Charette
2020-10-17Fixed #6517 -- Made dbshell use charset option on MySQL.manav014
2020-06-12Fixed #31491 -- Allowed 'password' option in DATABASES['OPTIONS'] on MySQL.Hasan Ramezani
2020-04-14Fixed #29501 -- Allowed dbshell to pass options to underlying tool.Adam Johnson
2017-06-19Fixed #28322 -- Added dbshell support for MySQL client TLS certs.Paul Tiplady
2015-06-27Renamed MySQL-specific dbshell test file.Tim Graham