MySQL Swift v0.9.2 Release Notes

Release Date: 2018-09-03 // over 5 years ago
    • ๐Ÿ‘Œ 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)