summaryrefslogtreecommitdiff
path: root/tests/dbshell/test_mysql.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #33715 -- Allowed keyboard interrupt to abort queries in MySQL dbshell.Hasan Ramezani2022-05-201-0/+19
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-121/+133
* Fixed #32732 -- Removed usage of deprecated 'db' and 'passwd' connection opti...Nick Pope2021-05-121-21/+29
* Refs #32061 -- Fixed test_crash_password_does_not_leak() crash on Windows.Mariusz Felisiak2020-11-031-0/+3
* Refs #32061 -- Prevented password leak on MySQL dbshell crash.Simon Charette2020-10-301-12/+30
* Refs #32061 -- Unified DatabaseClient.runshell() in db backends.Simon Charette2020-10-291-36/+84
* Fixed #6517 -- Made dbshell use charset option on MySQL.manav0142020-10-171-0/+17
* Fixed #31491 -- Allowed 'password' option in DATABASES['OPTIONS'] on MySQL.Hasan Ramezani2020-06-121-0/+16
* Fixed #29501 -- Allowed dbshell to pass options to underlying tool.Adam Johnson2020-04-141-2/+20
* Fixed #28322 -- Added dbshell support for MySQL client TLS certs.Paul Tiplady2017-06-191-2/+9
* Renamed MySQL-specific dbshell test file.Tim Graham2015-06-271-0/+73