MySQL Swift v0.9.4 Release Notes
Release Date: 2019-08-08 // over 5 years ago-
- โก๏ธ Updates for Swift 5
- ๐ Support MySQL 8 on macOS
Previous changes from v0.9.2
-
- ๐ Support
DateComponents
decoding and encoding for MySQL date and time types. See #25 . - โ Add escape method good for
LIKE
operator (SQLString.escapeForLike()
). QueryStatus.affectedRows
will benil
when the result is an error or the query isSELECT
statement.
๐ Renamed:
ConnectionPool.options
->ConnectionPool.option
ConnectionPool.init(options:)
->ConnectionPool.init(option:)
(Thanks @florianreinhart)
- ๐ Support