GRDB.swift v4.6.0 Release Notes

Release Date: 2019-11-10 // over 4 years ago
  • ๐Ÿš€ Released November 9, 2019 • diff

    ๐Ÿ†• New

    • โšก๏ธ #646: Batch updates

    ๐Ÿ“š Documentation Diff

    โšก๏ธ The [Update Requests](README.md#update-requests) chapter documents the new support for batch updates introduced in the [query interface](README.md#the-query-interface).

    ๐Ÿ“š The [Associations Guide](Documentation/AssociationsBasics.md) has gained a new [Ordered Associations](Documentation/AssociationsBasics.md#ordered-associations) chapter which explains how to define ordered HasMany and HasManyThrough associations.