summaryrefslogtreecommitdiff
path: root/MySQLdb/cursors.py
Commit message (Collapse)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 `))`
| * Fix cut off SQL query when its contained `))`, edit insert_valuesDima Tyzhnenko2013-10-071-1/+1
| | | | | | | | regexp. Fixes issue #33.
* | 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
|/ | | | | | When there is one element on the list, the generated SQL was (1,) (python notation of a single element tuple, which is not valid in SQL.
* 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
Merged with modifications from https://github.com/evax/MySQLdb1/commit/a8152690101733904b16a32ff8467220ca07242c