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

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

    • ๐Ÿ†• New: #1271 by @groue: Bump custom SQLite builds v3.39.2
    • ๐Ÿ†• New: SQLITE_OPEN_EXRESCODE, when available, exposes [extended result codes](README.md#databaseerror) when opening a database connection.
    • ๐Ÿ›  Fixed: PRAGMA table_list, when available, makes it possible for GRDB to detect WITHOUT ROWID tables without polluting the SQLite error log.
    • ๐Ÿ’ฅ Breaking Change: TheGRDB.xcodeproj or GRDBCustom.xcodeproj projects now define cross-platforms targets.
    • ๐Ÿ“š Documentation Update: [Migrating From GRDB 5 to GRDB 6](Documentation/GRDB6MigrationGuide.md) describes how to update applications that directly embed the GRDB.xcodeproj or GRDBCustom.xcodeproj project.
    • ๐Ÿ“š Documentation Update: [Custom SQLite Builds](CustomSQLiteBuilds.md) was updated for the new cross-platform target defined by the GRDBCustom.xcodeproj project.