Skip to content

v2.3.0

Compare
Choose a tag to compare
@JoshuaWise JoshuaWise released this 13 Apr 06:01
· 985 commits to master since this release

This release fixes a few minor bugs, significantly improves overall performance, and introduces the db.register() method, which allows you to define custom SQL functions.

0d4e336 added the db.register() method, allowing you to register custom SQL functions
f3daddb prepared statements and transactions can now be reused even after the table schema changes
6fff040 pluck() and safeIntegers() can no longer be invoked within an each() callback function