spine-tools / Spine-Database-API

Database interface to Spine generic data model
https://www.tools-for-energy-system-modelling.org/
GNU Lesser General Public License v3.0
6 stars 5 forks source link

Invalidate cache item id instead of deleting it #273

Closed soininen closed 10 months ago

soininen commented 10 months ago

Database editor's views expect to have the "id" key available for removed items. However, spinedb_api deleted the key when rolling back changes. With this PR, we don't delete the id anymore but use a new 'is_id_valid' flag to signal that the id has gone out of scope.

Fixes spine-tools/Spine-Toolbox#2291

Checklist before merging