groue / GRDB.swift

A toolkit for SQLite databases, with a focus on application development
MIT License
6.61k stars 677 forks source link

Fix ValueObservation mishandling of database schema modification #1508

Closed groue closed 3 months ago

groue commented 3 months ago

ValueObservation would fail to correctly handle the database schema in applications that have a DatabasePool perform a read before modifying the schema, as reported in #1500.

This pull requests fixes that bug.