0.4.6
版本发布时间: 2017-05-04 16:14:52
brianmario/mysql2最新发布版本:0.5.6(2024-02-16 01:19:00)
New Features
None.
Bugfixes
- Mysql2::Error: This connection is still waiting for a result, try again once you have the result (#772)
- Handle being terminated while reading query result (#811 )
- Fix segfault on SIGINT race condition (#816, #813)
- Better error messages when the connection options have errors (#831)
Changes
- Use
bool
instead ofmy_bool
which has been removed since MySQL 8.0.1 (#840, #838) - Reminder for Mac users to install xcode-select (#832)
- Update Travis CI and AppVeyor matrix (#820, #819, #812)
- Update Travis CI for MySQL 8.0 tests (#818, #817)