Add logging options to all querys and insert options into functions where it's missing
Reduce arguments.length lookup when not necessary Refactor all internal .query calls to use .query(sql, options); instead of .query(sql, callee, options) The callee is now passed to .query by using `options.instance = callee;`
Showing
with
295 additions
and
174 deletions
-
Please register or sign in to post a comment