Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/backends/mysql/client.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham2015-01-141-1/+1
* Fixed #22646: Added support for the MySQL ssl-ca option t...zsoldosp2014-08-141-3/+9
* Fixed #22234 -- Replaced OS-specific code with subprocess...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. T...Russell Keith-Magee2011-01-031-1/+1
* Fixed #12343 -- Added support for connection-by-socket to...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 u...Malcolm Tredinnick2009-04-111-4/+10
* Fixed #10459 -- Refactored the internals of database conn...Adrian Holovaty2009-03-111-7/+7
* db: Gave each DatabaseClient class an 'executable_name' a...Adrian Holovaty2008-09-091-2/+4
* Fixed #5461 -- Refactored the database backend code to us...Russell Keith-Magee2008-08-111-22/+24
* Fixed #2635 -- Added improved MySQL backend support from ...Malcolm Tredinnick2007-03-141-8/+21
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is high...Adrian Holovaty2006-05-021-0/+14