SQLDelight v0.4.3 Release Notes

Release Date: 2016-07-07 // almost 8 years ago
    • New: Compilation errors link to source file.
    • New: Right-click to copy SQLDelight code as valid SQLite.
    • New: Javadoc on named statements will appear on generated Strings.
    • Fix: Generated view models include nullability annotations.
    • Fix: Generated code from unions has proper type and nullability to support all possible columns.
    • Fix: sum and round SQLite functions have proper type in generated code.
    • Fix: CAST's, inner selects bugfixes.
    • Fix: Autocomplete in CREATE TABLE statements.
    • Fix: SQLite keywords can be used in packages.