Releases: vapor/mysql-kit
Releases · vapor/mysql-kit
MySQL 2.0 Beta 3
2.0.0-beta.3 host -> hostname
MySQL 2.0 Beta 2
New:
- Better
connection.isClosed
- New
connection.ping()
MySQL 2.0 Beta 1
Beta candidate
MySQL 2.0 Alpha 5
New:
- Uses SPM's pkg-config for automatic linking.
Note:
There is a bug right now where SPM throws on unrecognized pkg-config flags. Use this to workaround:
# linux
sudo sed -i 's/-fabi-version=2 -fno-omit-frame-pointer/ /g' /usr/lib/x86_64-linux-gnu/pkgconfig/mysqlclient.pc
# macos
sudo sed -i '.bak' 's/-fno-omit-frame-pointer/ /g' /usr/local/opt/mysql/lib/pkgconfig/mysqlclient.pc
MySQL 2.0 Alpha 4
New:
MySQLContext
- Updated Node support
MySQL 2.0 Alpha 3
MySQL 2.0 Alpha 2
New:
- Blob type properly saves as Byte Arrays
MySQL 2.0 Alpha 1
New:
- DateTime Native Support
- BitField Support => Bool
MySQL 1.1.2
Fixed:
- Performance optimization when fetching fields.
MySQL 1.1.1
Fixed:
- Convert field names only once per query