GemsTracker / gemstracker-library

GEneric Medical Survey Tracker, main library
http://gemstracker.org
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

Ensure consistency between ResultFetcher and CachedResultFetcher #852

Closed rvm-peercode closed 7 months ago

rvm-peercode commented 7 months ago

Also ensure functions that return a single result return null when that result is not found, and functions that return multiple results return an empty array when no results are found.

All callers are updated accordingly.