mirror of
https://github.com/knex/knex.git
synced 2025-12-27 15:08:47 +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