MySQL Swift v0.9.4 Release Notes

Release Date: 2019-08-08 // over 4 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 be nil when the result is an error or the query is SELECT statement.

    ๐Ÿ“‡ Renamed:

    • ConnectionPool.options -> ConnectionPool.option
    • ConnectionPool.init(options:) -> ConnectionPool.init(option:)

    (Thanks @florianreinhart)