forked from pool/python-PyMySQL
- update to 0.7.6:
* Fix SELECT JSON type cause UnicodeError * Avoid float convertion while parsing microseconds * Warning has number * SSCursor supports warnings * Fix exception raised while importing when getpwuid() fails (#472) * SSCursor supports LOAD DATA LOCAL INFILE (#473) * Fix encoding error happen for JSON type (#477) * Fix test fail on Python 2.7 and MySQL 5.7 (#478) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyMySQL?expand=0&rev=12
This commit is contained in:
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 15 10:30:55 UTC 2016 - dmueller@suse.com
|
||||
|
||||
- update to 0.7.6:
|
||||
* Fix SELECT JSON type cause UnicodeError
|
||||
* Avoid float convertion while parsing microseconds
|
||||
* Warning has number
|
||||
* SSCursor supports warnings
|
||||
* Fix exception raised while importing when getpwuid() fails (#472)
|
||||
* SSCursor supports LOAD DATA LOCAL INFILE (#473)
|
||||
* Fix encoding error happen for JSON type (#477)
|
||||
* Fix test fail on Python 2.7 and MySQL 5.7 (#478)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 3 16:35:20 UTC 2016 - tbechtold@suse.com
|
||||
|
||||
|
Reference in New Issue
Block a user