summaryrefslogtreecommitdiff
path: root/MySQLdb/connections.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused variable.INADA Naoki2013-10-021-2/+0
|
* More precise get_autocommit based on server_status.INADA Naoki2013-10-021-13/+2
|
* 'BEGIN' on __enter__ if autocommit is enabled.INADA Naoki2013-05-221-3/+24
|
* Fix typo.INADA Naoki2013-05-211-1/+1
|
* autocommit=None means using server default.INADA Naoki2013-05-211-2/+6
|
* Support `autocommit=True` for constructor argument.INADA Naoki2013-01-051-1/+4
|
* remove unused lines.INADA Naoki2013-01-051-21/+20
|
* Workaround for recommended MySQL 5.5 utf8mb4 character set, which is not ↵farcepest2012-10-051-2/+6
| | | | recognized by Python yet.
* Allow pip install from gitEvax Software2012-10-041-0/+333
Merged with modifications from https://github.com/evax/MySQLdb1/commit/a8152690101733904b16a32ff8467220ca07242c