SQLite.swift v0.11.4 Release Notes

Release Date: 2017-09-30 // over 6 years ago
    • Collate .nocase strictly enforces NOT NULL even when using Optional ([#697][])
    • ๐Ÿ›  Fix transactions not being rolled back when committing fails ([#426][])
    • โž• Add possibility to have expression on right hand side of like ([#591][])
    • โž• Added Date and Time functions ([#142][])
    • โž• Add Swift4 Coding support ([#733][])
    • ๐Ÿง Preliminary Linux support ([#315][], [#681][])
    • โž• Add RowIterator for more safety ([#647][], [#726][])
    • ๐Ÿ‘‰ Make Row.get throw instead of crash ([#649][])
    • ๐Ÿ›  Fix create/drop index functions ([#666][])
    • ๐Ÿš€ Revert deployment target to 8.0 ([#625][], [#671][], [#717][])
    • โž• Added support for the union query clause ([#723][])
    • โž• Add support for ORDER and LIMIT on UPDATE and DELETE ([#657][], [#722][])
    • ๐Ÿ‘ Swift 4 support ([#668][])