Skip to content

Improvements to HACR event fetching

This PR improves the implementation of HACR event fetching via SQL queries:

  • [a5dd3034] removed unused imports/variables
  • [f6a26350] perform selections (filtering) as part of SQL query (not after-the-fact)

Merge request reports