|
739bc9325d
|
fix.
|
2014-09-09 22:19:56 +09:00 |
|
|
7e15cf8617
|
Add waiter to MySQLdb.Connection.
|
2014-07-03 20:52:53 +09:00 |
|
|
b881072414
|
Remove unused import
|
2014-04-18 23:26:39 +09:00 |
|
|
e7545c7c40
|
refactoring.
|
2014-04-18 23:25:01 +09:00 |
|
|
312f46d6ca
|
use_unicode=True by default on Python 3.
|
2014-04-18 12:17:34 +09:00 |
|
|
f188e0f9e4
|
Fix some tests.
|
2014-04-18 11:29:10 +09:00 |
|
|
c66b43cc22
|
Connection.literal() always returns str instance.
|
2014-04-17 22:36:01 +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 |
|
|
2204283605
|
Remove unused variable.
|
2013-10-02 02:17:48 +09:00 |
|
|
3dbf035fa5
|
More precise get_autocommit based on server_status.
|
2013-10-02 02:10:02 +09:00 |
|
|
f064692a36
|
'BEGIN' on __enter__ if autocommit is enabled.
|
2013-05-22 22:33:20 +09:00 |
|
|
470eb56c4d
|
Fix typo.
|
2013-05-21 13:32:23 +09:00 |
|
|
c1b8e8a047
|
autocommit=None means using server default.
|
2013-05-21 12:09:55 +09:00 |
|
|
797d9c3029
|
Support autocommit=True for constructor argument.
|
2013-01-05 09:34:59 +09:00 |
|
|
52894fd137
|
remove unused lines.
|
2013-01-05 09:19:43 +09:00 |
|
|
7d4993a53c
|
Workaround for recommended MySQL 5.5 utf8mb4 character set, which is not recognized by Python yet.
|
2012-10-05 14:01:51 -04:00 |
|
|
7a846cf5e3
|
Allow pip install from git
Merged with modifications from a815269010
|
2012-10-04 13:34:39 -04:00 |
|