GRDB.swift v0.97.0 Release Notes

  • ๐Ÿš€ Released December 15, 2016

    ๐Ÿ›  Fixed

    • DatabasePool read and readFromCurrentState methods now properly throw errors whenever they can't acquire an isolated access to the database.

    ๐Ÿ†• New

    • Raw transaction and savepoint SQL statements are properly reflected in transaction observers, Database.isInsideTransaction, etc.