summaryrefslogtreecommitdiff
path: root/MySQLdb/cursors.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #34 from tyzhnenko/test-and-fix-issue-33Andy Dustman2013-11-211-1/+1
|\
| * Fix cut off SQL query when its contained `))`, edit insert_valuesDima Tyzhnenko2013-10-071-1/+1
* | Also fix executemany().Guillaume Bandet2013-11-051-1/+7
* | Syntax fix for python 2.5 support.Guillaume Bandet2013-11-051-1/+2
* | Fix the conversion of list or tuple args to a SQL.Guillaume Bandet2013-11-041-1/+4
|/
* Use db.unicode_literal.charset in cursors.pyEvax Software2012-10-081-10/+5
* Map utf8mb4 to utf8 in pythonEvax Software2012-10-081-2/+5
* Allow pip install from gitEvax Software2012-10-041-0/+533