summaryrefslogtreecommitdiff
path: root/django/db/backends/mysql/client.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #33715 -- Allowed keyboard interrupt to abort queries in MySQL dbshell.Hasan Ramezani2022-05-201-0/+12
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-18/+18
* Fixed #32732 -- Removed usage of deprecated 'db' and 'passwd' connection opti...Nick Pope2021-05-121-3/+6
* Refs #32061 -- Prevented password leak on MySQL dbshell crash.Simon Charette2020-10-301-2/+10
* Refs #32061 -- Unified DatabaseClient.runshell() in db backends.Simon Charette2020-10-291-8/+2
* Fixed #6517 -- Made dbshell use charset option on MySQL.manav0142020-10-171-0/+3
* Fixed #31491 -- Allowed 'password' option in DATABASES['OPTIONS'] on MySQL.Hasan Ramezani2020-06-121-3/+6
* Fixed #29501 -- Allowed dbshell to pass options to underlying tool.Adam Johnson2020-04-141-3/+4
* Replaced subprocess commands by run() wherever possible.Claude Paroz2019-08-231-1/+1
* Fixed #28322 -- Added dbshell support for MySQL client TLS certs.Paul Tiplady2017-06-191-3/+9
* Fixed #26751 -- Made dbshell exit with the shell's error code.Étienne BERSAC2016-06-271-1/+1
* Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham2015-01-141-1/+1
* Fixed #22646: Added support for the MySQL ssl-ca option to dbshell.zsoldosp2014-08-131-3/+9
* Fixed #22234 -- Replaced OS-specific code with subprocess.call() in dbshell.Mihail Milushev2014-08-041-6/+2
* A large number of stylistic cleanups across django/db/Alex Gaynor2013-07-081-1/+1
* Fixed #15006 -- Removed some stray tabs in python code. Thanks to vanschelven...Russell Keith-Magee2011-01-031-1/+1
* Fixed #12343 -- Added support for connection-by-socket to MySQL using the dbs...Russell Keith-Magee2010-08-281-1/+4
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-6/+6
* Fixed #10357 -- Fixed the "dbshell" command for Windows users.Malcolm Tredinnick2009-04-111-4/+10
* Fixed #10459 -- Refactored the internals of database connection objects so th...Adrian Holovaty2009-03-111-7/+7
* db: Gave each DatabaseClient class an 'executable_name' attribute (e.g., 'psq...Adrian Holovaty2008-09-091-2/+4
* Fixed #5461 -- Refactored the database backend code to use classes for the cr...Russell Keith-Magee2008-08-111-22/+24
* Fixed #2635 -- Added improved MySQL backend support from Andy Dustman. AlsoMalcolm Tredinnick2007-03-141-8/+21
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty2006-05-021-0/+14