Knex v0.20.12 Release Notes

Release Date: 2020-03-19 // about 4 years ago
  • ๐Ÿ› Bug fixes:

    • โž• Added missing call to _reject in Transactor#transaction #3706
    • ๐Ÿ›  Fix method binding on knex proxy #3717
    • Oracle: Transaction_OracleDB can use config.connection #3731

    Typings:

    • ๐Ÿ›  Fix incorrect type signature of Having #3719

    โœ… Test / internal changes:

    • ๐Ÿšš Cleanup/remove transaction stalling #3716
    • Rewrote Transaction#acquireConnection() methods to use async #3707