Skip to content

Add linter for checking SQL row errors

Sami Hiltunen requested to merge smh-add-err-check-linter into master

Adds a linter for checking the iteration error of SQL rows is checked.

Small section of code had to be modified to pass the linter but this is a minor change compared to missing any error checks. Additionally the affected code would fail if there was a problem closing the rows which is unnecessary as we already got the data we needed.

Merge request reports