|
a5716c33e4
|
Remove BaseCursor.__del__
Fixes #22 (Uncollectable cursor on Python 3.3)
|
2015-02-25 03:53:21 +09:00 |
|
|
739bc9325d
|
fix.
|
2014-09-09 22:19:56 +09:00 |
|
|
5abcad013e
|
Fix calling dict.iteritems().
|
2014-09-09 09:47:12 +09:00 |
|
|
56a5f1afa1
|
Add comment.
|
2014-04-18 23:34:14 +09:00 |
|
|
c66b43cc22
|
Connection.literal() always returns str instance.
|
2014-04-17 22:36:01 +09:00 |
|
|
382fb9f9b3
|
Random fixes.
|
2014-04-17 22:24:46 +09:00 |
|
|
9440a0d4df
|
Handle types in a Python 3 friendly way
|
2014-04-16 14:31:10 -07:00 |
|
|
b9aa0530a8
|
Improved support for Python 3.
|
2014-01-09 18:03:53 +01:00 |
|
|
9b0b59f1bb
|
Merge pull request #34 from tyzhnenko/test-and-fix-issue-33
Fix cut off SQL query when its contained `))`
|
2013-11-21 11:55:10 -08:00 |
|
|
8096d8c053
|
Also fix executemany().
|
2013-11-05 11:34:43 +01:00 |
|
|
8bef3359fb
|
Syntax fix for python 2.5 support.
|
2013-11-05 11:01:22 +01:00 |
|
|
87d1145c0d
|
Fix the conversion of list or tuple args to a SQL.
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.
|
2013-11-04 16:17:57 +01:00 |
|
|
052955e093
|
Fix cut off SQL query when its contained )) , edit insert_values
regexp. Fixes issue #33.
|
2013-10-07 12:35:13 +03:00 |
|
|
030d175754
|
Use db.unicode_literal.charset in cursors.py
|
2012-10-08 19:16:01 +02:00 |
|
|
9eb906e8a7
|
Map utf8mb4 to utf8 in python
|
2012-10-08 17:25:14 +02:00 |
|
|
7a846cf5e3
|
Allow pip install from git
Merged with modifications from a815269010
|
2012-10-04 13:34:39 -04:00 |
|