Skip to content

Releases: snower/TorMySQL

0.4.3

11 Jan 11:01
Compare
Choose a tag to compare

upgrade latest pymysql

0.4.2

28 Mar 08:15
Compare
Choose a tag to compare

support tornado 6

0.4.0

22 Aug 01:32
Compare
Choose a tag to compare

fix support pymysql 0.9.0
fix connection ssl
fix connection return bytearray when query too more data

0.3.8

13 Apr 10:01
Compare
Choose a tag to compare

fix ssl connect server

0.3.7

12 Mar 10:49
Compare
Choose a tag to compare

support tornado 5.0

0.3.6

07 Feb 07:38
Compare
Choose a tag to compare

fix pool close when all connection is closeed
support asyncio

0.3.5

26 Sep 06:28
Compare
Choose a tag to compare

chage update to tornado 4.5
fix connection is connecting write
fix helpers connection pool is not autocommit
add log config set_log

0.3.2

18 Feb 14:00
Compare
Choose a tag to compare

update pymysql to version 0.7.10
connection pool add debug_connection_used, it will print connection last query sql when connection not release to poll
add log config set_log

0.3.1

15 Feb 10:04
Compare
Choose a tag to compare

change wait connection future timeout exception priority

0.2.8

05 Nov 04:00
Compare
Choose a tag to compare

fix _write_bytes data is bytearray when executemany
fix cursor callproc