subunit2sql/releasenotes/notes/add_get_runs_by_ids-ffdfc2f86d60c799.yaml
Matthew Treinish 474983a753
Add DB API function to get list of runs from ids
This commit adds a new function to the DB api for getting a list of
multiple runs from an input list of run_ids. This avoids the need to
loop over a list and call get_run_by_id().

Change-Id: I5df793ec5417245101a6e016def3bddfe7fb25e7
2016-08-09 21:12:01 -04:00

5 lines
143 B
YAML

---
features:
- A new DB API function, get_runs_by_ids(), was added. This function returns
a list of Run objects from a list of run ids.