SQLDelight v1.3.0 Release Notes

Release Date: 2020-04-03 // almost 4 years ago
    • ๐Ÿ†• New: [Gradle] Dialect property to specify with sql dialect to compile against.
    • ๐Ÿ†• New: [Compiler] #1009 Experimental support of the mysql dialect.
    • ๐Ÿ†• New: [Compiler] #1436 Support of sqlite:3.24 dialect and upsert.
    • ๐Ÿ†• New: [JDBC Driver] Split out JDBC driver from sqlite jvm driver.
    • ๐Ÿ›  Fix: [Compiler] #1199 Support lambdas of any length.
    • ๐Ÿ›  Fix: [Compiler] #1610 Fix the return type of avg() to be nullable.
    • ๐Ÿ›  Fix: [IntelliJ] #1594 Fix path separator handling which broke Goto and Find Usages on Windows.