GRDB.swift v6.0.0-beta.3 Release Notes

  • ๐Ÿš€ Released August 25, 2022 • diff

    • ๐Ÿ›  Fix: #1268 by @groue: Fix SQL generation of CHECK constraints
    • ๐Ÿ’ฅ Breaking Change: The Column type is no longer Equatable
    • ๐Ÿ“š Documentation Update: [Migrating From GRDB 5 to GRDB 6](Documentation/GRDB6MigrationGuide.md) describes in detail how to update records that customize their persistence methods.
    • ๐Ÿ“š Documentation Update: The [Single-Row Tables](Documentation/SingleRowTables.md) guide was updated for the new persistence callbacks.