summaryrefslogtreecommitdiff
path: root/django/db/backends/mysql/client.py
AgeCommit message (Expand)Author
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-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
2019-08-23Replaced subprocess commands by run() wherever possible.Claude Paroz
2017-06-19Fixed #28322 -- Added dbshell support for MySQL client TLS certs.Paul Tiplady
2016-06-27Fixed #26751 -- Made dbshell exit with the shell's error code.Étienne BERSAC
2015-01-14Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham
2014-08-13Fixed #22646: Added support for the MySQL ssl-ca option to dbshell.zsoldosp
2014-08-04Fixed #22234 -- Replaced OS-specific code with subprocess.call() in dbshell.Mihail Milushev
2013-07-08A large number of stylistic cleanups across django/db/Alex Gaynor
2011-01-03Fixed #15006 -- Removed some stray tabs in python code. Thanks to vanschelven...Russell Keith-Magee
2010-08-28Fixed #12343 -- Added support for connection-by-socket to MySQL using the dbs...Russell Keith-Magee
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-04-11Fixed #10357 -- Fixed the "dbshell" command for Windows users.Malcolm Tredinnick
2009-03-11Fixed #10459 -- Refactored the internals of database connection objects so th...Adrian Holovaty
2008-09-09db: Gave each DatabaseClient class an 'executable_name' attribute (e.g., 'psq...Adrian Holovaty
2008-08-11Fixed #5461 -- Refactored the database backend code to use classes for the cr...Russell Keith-Magee
2007-03-14Fixed #2635 -- Added improved MySQL backend support from Andy Dustman. AlsoMalcolm Tredinnick
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty