GRDB.swift v5.3.0 Release Notes

  • ๐Ÿš€ Released January 9, 2021 • diff

    • ๐Ÿ†• New: #880: Common Table Expressions
    • ๐Ÿ†• New: #892 by @eburns-vmware: Provide SQLCipher passphrase as Data
    • ๐Ÿ›  Fixed: #881 by @felixscheinost and #883 by @professordeng: Documentation improvements
    • ๐Ÿ›  Fixed: #885: Robustness of eager loading of to-many associations based on compound foreign keys
    • ๐Ÿ›  Fixed: #901 by @wuyuehyang: Fix creation of FTS5 tokenizer with arguments
    • ๐Ÿ›  Fixed: #903 by @chrisballinger: Fix SPM installation instructions
    • ๐Ÿ“š Documentation update: A new guide: Common Table Expressions
    • ๐Ÿ“š Documentation update: The Foreign Keys chapter of the Associations Guide clarifies the behavior of SQLite and GRDB regarding the presence of NULL if compound foreign keys.