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

Don't add commit ids to items that don't have them #332

Closed soininen closed 8 months ago

soininen commented 8 months ago

The database tables backing EntityGroupItem and SuperclassSubclassItem don't have commit id columns so we shouldn't add the ids to corresponding items when committing.

Fixes #331

Checklist before merging