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

Make Query.filter() accept any number of criteria #268

Closed soininen closed 11 months ago

soininen commented 11 months ago

This makes Query.filter() consistent with SQLAlchemy and fixes broken backwards compatibility.

Fixes #267

Checklist before merging