Query tracking improvements
Included in this release:
- DBHelper:
getQueries()
now returns an array ofTrackedQuery
objects. - DBHelper: The results of
getAll()
are now cached to avoid duplicate queries. - Countries: Now preferring the ISO to identify the invariant country instead of the ID.
- Countries: Fixed
getSupportedISOs()
not correctly handling the invariant country. - DBHelper: Added the primary name parameter to the collection's
setIDTable()
method.