GRDB.swift v2.4.2 Release Notes

  • ๐Ÿš€ Released January 6, 2018 • diff

    ๐Ÿ›  Fixed

    • ๐Ÿ›  When using a database pool, the schema introspection methods could return wrong values whenever the database schema was concurrently read and modified. This has been fixed.
    • DatabasePool.readFromCurrentState no longer accepts to spawn a reader when a transaction is currently opened on the writer connection.