GRDB.swift v0.69.0 Release Notes

  • ๐Ÿš€ Released May 28, 2016

    ๐Ÿ›  Fixed

    • ๐Ÿš€ Database changes that are on hold because of a savepoint are only notified to transaction observers after the savepoint has been released. In previous versions of GRDB, savepoints had the opportunity to rollback a subset of database events, and mislead transaction observers about the actual content of a transaction. Related issue: #61.

    ๐Ÿ†• New

    • ๐Ÿ“š DatabaseEvent.copy() lets you store a database event notified to a transaction observer (documentation).