Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mysql: interpolate parameters by default
This cuts our queries down to 1 round-trip to the database per operation. When interpolateParams is false (the default) the mysql driver will call prepare before executing a query.
- Loading branch information