Skip to content

Add linter for checking SQL row closing and add a missing close statement

Sami Hiltunen requested to merge smh-fix-db-leak into master
  • Praefect's repository importer does not close its SQL rows, which can lead to leaking the database connection. This commit adds the missing close statement.

  • Adds a linter that checks SQL rows are always closed.

Merge request reports