sqldelight v1.4.1 Release Notes

Release Date: 2020-08-21 // over 3 years ago
  • โž• Added

    • ๐Ÿ‘ [Runtime] Support Kotlin 1.4.0 (#1859)

    ๐Ÿ”„ Changed

    • ๐Ÿ”Œ [Gradle Plugin] Make AGP dependency compileOnly (#1362)

    ๐Ÿ›  Fixed

    • [Compiler] Add optional javadoc to column defintion rule and to table interface generator (#1224 by Daniel Eke)
    • ๐Ÿ‘ [SQLite Dialect] Add support for sqlite fts5 auxiliary functions highlight, snippet, and bm25 (by Daniel Rampelt)
    • ๐Ÿ‘ [MySQL Dialect] Support MySQL bit data type
    • ๐Ÿ‘ [MySQL Dialect] Support MySQL binary literals
    • [PostgreSQL Dialect] Expose SERIAL from sql-psi (by Veyndan Stuart)
    • [PostgreSQL Dialect] Add BOOLEAN data type (by Veyndan Stuart)
    • [PostgreSQL Dialect] Add NULL column constraint (by Veyndan Stuart)
    • ๐Ÿ‘ [HSQL Dialect] Adds AUTO_INCREMENT support to HSQL (by Ryan Harter)