656 Commits

Author SHA1 Message Date
06905e5e6f Add test for BIT type 2015-04-08 23:02:34 +09:00
375508bd10 Merge pull request #34 from graingert/patch-1
Fix grammar in readme
2015-03-18 02:05:04 +09:00
23653dcc28 Fix grammar in readme 2015-03-17 16:42:49 +00:00
c78360c769 Merge pull request #33 from pilou-/master
missing default value: raise IntegrityError
2015-03-16 14:11:17 +09:00
57348117f3 missing default value: raise IntegrityError
instead of OperationalError

Follow Python DB API 2.0:
http://legacy.python.org/dev/peps/pep-0249/#integrityerror

Initially reported here:
https://sourceforge.net/p/mysql-python/bugs/336/
2015-03-16 02:03:09 +01:00
072a6cdb22 README: Add how to install/build 2015-03-10 21:45:57 +09:00
d431ac95ac Merge pull request #28 from PyMySQL/fix/py3-iter
Fix SSCursor is not iterator on Python 3
2015-03-06 16:14:11 +09:00
d408114028 Fix SSCursor is not iterator on Python 3 2015-03-06 16:05:33 +09:00
acadc9cd5f 1.3.6 1.3.6 2015-02-25 11:44:52 +09:00
bc6a2ed69d Update HISTORY 2015-02-25 11:42:06 +09:00
a42fe113bf Merge pull request #26 from PyMySQL/feature/cursor-context-manager
Add context manager interface to cursor
2015-02-25 11:38:05 +09:00
1c818f8034 Cursor supports context manager interface 2015-02-25 11:26:39 +09:00
864e27905e Merge pull request #25 from PyMySQL/fix/py33-cursor-leak
Remove BaseCursor.__del__
2015-02-25 04:50:43 +09:00
a5716c33e4 Remove BaseCursor.__del__
Fixes #22 (Uncollectable cursor on Python 3.3)
2015-02-25 03:53:21 +09:00
cac52c9541 Merge pull request #24 from PyMySQL/fix/escape-string
Fix _mysql.escape_string()
2015-02-24 15:00:32 +09:00
fae710dbfc Fix _mysql.escape_string() 2015-02-24 14:53:52 +09:00
0dfce06514 Add test for _mysql.escape_string() 2015-02-24 14:51:34 +09:00
4481bdbd02 1.3.5 1.3.5 2015-02-06 22:08:55 +09:00
eb4432a23a Update HISTORY 2015-02-06 22:06:31 +09:00
59406a9349 Merge pull request #20 from PyMySQL/datetime-format
Don't use datetime.isoformat() when encoding
2015-02-06 21:58:24 +09:00
861a7d3a91 Don't use datetime.isoformat() when encoding 2015-02-06 21:54:59 +09:00
1591760410 Merge pull request #18 from PyMySQL/update-pep-url
Update PEP 249 URL
2015-01-29 15:59:52 +09:00
aaf84230a0 Update PEP 249 URL
Via farcepest/MySQLdb1#94
2015-01-29 15:55:27 +09:00
7c8cc4fba1 Merge pull request #16 from PyMySQL/fix-blob-unicode
Fix some BLOBs without binary flag is not decoded.
2015-01-05 14:51:09 +09:00
7b805a3b8c Use Docker based Travis 2015-01-05 14:49:13 +09:00
e78ce1f8cb Fix some BLOBs without binary flag is not decoded.
Fixes #15
2015-01-05 14:41:51 +09:00
9271c1aed1 Merge pull request #12 from frewsxcv/patch-1
Test on PyPy
2014-11-06 02:28:02 +09:00
1fb0476067 Test on PyPy 2014-11-05 11:43:32 -05:00
e22c506a8d 1.3.4 1.3.4 2014-11-02 18:47:16 +09:00
2e7a9e5c30 Merge pull request #10 from PyMySQL/fix/deadlock-in-dealloc
Don't release GIL in dealloc()
2014-10-26 23:06:15 +09:00
21a91a2ee2 Don't release GIL in dealloc()
Fixes farcepest/MySQLdb1#84
2014-10-24 20:07:23 +09:00
1153287caf Merge pull request #9 from PyMySQL/fix-warnings
Fix warnings while building _mysql.so
2014-10-12 20:48:25 +09:00
e7e3a9b334 Fix warnings while building _mysql.so 2014-10-12 20:45:12 +09:00
acf2c8cc31 Merge pull request #7 from PyMySQL/fix-libmariadb
Fix build error when using libmariadbclient.
2014-10-11 22:43:29 +09:00
0b9a5b09e0 Fix build error when using libmariadbclient.
Fixes farcepest/MySQLdb1#80
2014-10-11 22:37:27 +09:00
abde39381a 1.3.3 1.3.3 2014-09-10 00:23:00 +09:00
e6b0fc3dd8 Merge pull request #6 from PyMySQL/fix-nested-exception
Exception raised from _mysql should be reraise as is.
2014-09-09 23:17:59 +09:00
739bc9325d fix. 2014-09-09 22:19:56 +09:00
7a301a2c45 Exception raised from _mysql should be reraise as is. 2014-09-09 22:18:39 +09:00
19a7344248 Merge pull request #5 from collinanderson/patch-1
Prerequisites for Installing
2014-09-09 15:31:50 +09:00
c39fb36759 Prerequisites for Installing
to help out newcomers
2014-09-08 23:27:19 -04:00
5abcad013e Fix calling dict.iteritems(). 2014-09-09 09:47:12 +09:00
0cd4d84f60 1.3.2 1.3.2 2014-07-03 21:42:02 +09:00
ba5ccd9e58 Merge branch 'master' of github.com:PyMySQL/mysqlclient-python 2014-07-03 21:40:11 +09:00
b493d2ead4 Update HISTORY 2014-07-03 21:39:48 +09:00
074f152d4d Merge pull request #2 from PyMySQL/semi-async
Support async query
2014-07-03 21:33:02 +09:00
cac44d4179 Add waiter samples. 2014-07-03 21:05:39 +09:00
7e15cf8617 Add waiter to MySQLdb.Connection. 2014-07-03 20:52:53 +09:00
5ba60802c7 Add low level APIs for semi-async query. 2014-07-03 14:26:38 +09:00
d1ca8e9e75 Update README.md
done
2014-06-03 09:38:17 +09:00