mirror of
https://github.com/knex/knex.git
synced 2026-01-07 20:47:11 +00:00
* Checks for an empty, undefined or null object on transacting Fixes https://github.com/tgriesser/knex/issues/2079 Those values indicates that the developer probably made a mistake. * Fix message assertions