You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a project where an Importer imports alternatives to a database. The imported alternatives do not appear immediately in the Database editor if the item is executed while Database editor is open. I think we may have forgotten to call refresh on the tree after external update.
The text was updated successfully, but these errors were encountered:
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
I have a project where an Importer imports alternatives to a database. The imported alternatives do not appear immediately in the Database editor if the item is executed while Database editor is open. I think we may have forgotten to call refresh on the tree after external update.
The text was updated successfully, but these errors were encountered: