Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Force fetching items from database if it has unforeseen commits
SpineDBWorker._do_fetch_more() now checks if database has commits from unknown source before bailing out after iterating the db mapping. This fixes cases where 1. fetch parent has fetched some data already, e.g. the Base alternative 2. an external source adds more data to the database, e.g. Importer brings new alternatives 3. fetch parent never fetches the new items since db worker would bail out after iterating the mapping Re #2353
- Loading branch information