GRDB.swift v0.44.0 Release Notes

  • ๐Ÿš€ Released February 9, 2016

    ๐Ÿ›  Fixed

    • row.value(named:) and row[_] reliably returns the value for the leftmost case-insensitive matching column.
    • A memory leak

    ๐Ÿ†• New

    ๐Ÿ‘Œ Support for more SQL expressions in the query interface:

    • IN (subquery)
    • EXISTS (subquery)