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
169 additions
and
78 deletions
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment