Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #34 from tyzhnenko/test-and-fix-issue-33 | Andy Dustman | 2013-11-21 | 1 | -1/+1 |
|\ | | | | | Fix cut off SQL query when its contained `))` | ||||
| * | Fix cut off SQL query when its contained `))`, edit insert_values | Dima Tyzhnenko | 2013-10-07 | 1 | -1/+1 |
| | | | | | | | | regexp. Fixes issue #33. | ||||
* | | Also fix executemany(). | Guillaume Bandet | 2013-11-05 | 1 | -1/+7 |
| | | |||||
* | | Syntax fix for python 2.5 support. | Guillaume Bandet | 2013-11-05 | 1 | -1/+2 |
| | | |||||
* | | Fix the conversion of list or tuple args to a SQL. | Guillaume Bandet | 2013-11-04 | 1 | -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.py | Evax Software | 2012-10-08 | 1 | -10/+5 |
| | |||||
* | Map utf8mb4 to utf8 in python | Evax Software | 2012-10-08 | 1 | -2/+5 |
| | |||||
* | Allow pip install from git | Evax Software | 2012-10-04 | 1 | -0/+533 |
Merged with modifications from https://github.com/evax/MySQLdb1/commit/a8152690101733904b16a32ff8467220ca07242c |