[ANN] mysqlclient 1.3.6 and PyMySQL 0.6.4 has been released

46 views
Skip to first unread message

Naoki INADA

unread,
Feb 26, 2015, 10:52:01 AM2/26/15
to pymysq...@googlegroups.com
I've released mysqlclient 1.3.6 and PyMySQL 0.6.4

https://pypi.python.org/pypi/mysqlclient
https://pypi.python.org/pypi/PyMySQL


## mysqlclient 1.3.6

* Fix escape_string()
* Remove cursor.__del__ to avoid leak on Python 3.3
* Add contextmanager interface to cursor, for ensuring cursor.close() called.


## PyMySQL 0.6.4

* Support "LOAD LOCAL INFILE". Thanks @wraziens
* Show MySQL warnings after execute query.
* Fix MySQLError may be wrapped with OperationalError while connectiong. (#274)
* SSCursor no longer attempts to expire un-collected rows within __del__,
  delaying termination of an interrupted program; cleanup of uncollected
  rows is left to the Connection on next execute, which emits a
  warning at that time. (#287)
* Support datetime and time with microsecond. (#303)
* Use surrogateescape to format bytes on Python 3.
* OperationalError raised from connect() have information about original
  exception. (#304)
* `init_command` now support multi statement.
* `Connection.escape()` method now accepts second argument compatible to
  MySQL-Python.


Reply all
Reply to author
Forward
0 new messages