fix(statement): close Select statement (#11)
Instead of closing the ResultSet, close the parent statement. Might reduce resource leak issues.
Please register or sign in to comment
Instead of closing the ResultSet, close the parent statement. Might reduce resource leak issues.