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

Remake cache when removing #228

Closed manuelma closed 1 year ago

manuelma commented 1 year ago

For cascade removal to work, we need to make sure the cache is rebuilt entirely. At the moment when we remove from a table, we are refreshing only the descendant tables and not the table itself, which may lead to errors in determining the cascading ids. Will fix.