Separte exec() and query() methods and remove stmt js property

This change separates the methods, so using exec() for insert/update/delete queries should be a little more optimal than query().

Merge request reports

Loading