Skip to content

Query tracking improvements

Compare
Choose a tag to compare
@Mistralys Mistralys released this 07 Nov 07:58
· 283 commits to main since this release

Included in this release:

  • DBHelper: getQueries() now returns an array of TrackedQuery 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.