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
/
django
/
db
/
backends
/
mysql
/
client.py
Age
Commit message (
Expand
)
Author
2013-07-08
A large number of stylistic cleanups across django/db/
Alex Gaynor
2011-01-03
Fixed #15006 -- Removed some stray tabs in python code. Thanks to vanschelven...
Russell Keith-Magee
2010-08-28
Fixed #12343 -- Added support for connection-by-socket to MySQL using the dbs...
Russell Keith-Magee
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-04-11
Fixed #10357 -- Fixed the "dbshell" command for Windows users.
Malcolm Tredinnick
2009-03-11
Fixed #10459 -- Refactored the internals of database connection objects so th...
Adrian Holovaty
2008-09-09
db: Gave each DatabaseClient class an 'executable_name' attribute (e.g., 'psq...
Adrian Holovaty
2008-08-11
Fixed #5461 -- Refactored the database backend code to use classes for the cr...
Russell Keith-Magee
2007-03-14
Fixed #2635 -- Added improved MySQL backend support from Andy Dustman. Also
Malcolm Tredinnick
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty