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

Add method to check if database has commits from other sources. #292

Closed soininen closed 8 months ago

soininen commented 8 months ago

This PR adds DatabaseMapping.has_external_commits() that checks if someone else has been tampering with the database. This information is needed in Toolbox to trigger fetching more items after e.g. an Importer has been executed.

Re spine-tools/Spine-Toolbox#2353

Checklist before merging