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