Knex v0.21.13 Release Notes

Release Date: 2020-12-11 // over 3 years ago
  • ๐Ÿ†• New features:

    • ๐Ÿ‘ SQLite: Add support for dropForeign #4092
    • โž• Add support for WHERE clauses to "upsert" queries #4148

    ๐Ÿ› Bug fixes:

    • MSSQL: Avoid connection getting stuck on socket hangup #4157
    • 0๏ธโƒฃ Oracle: Support specifying non-default DB port #4147
    • 0๏ธโƒฃ Oracle: Support inserts with only default values (empty body) #4092
    • ๐Ÿ‘€ CLI: fix irregular seed file execution order #4156
    • ๐Ÿ›  Fix performance of asyncStackTraces with enable-source-maps node flag #4154

    Typings:

    • ๐Ÿ‘ PostgreSQL: Add support for application_name #4153
    • ๐Ÿ›  Fix types for insert to allow array #4105
    • โž• Add types for userParams and withUserParams #4119
    • โž• Added type for withKeyName #4139
    • ๐Ÿ›  Fix batchInsert definitions #4131
    • ๐Ÿ›  Fix types for WhereIn signature (value or query builder) #3863
    • โž• Add types for connection config of mysql2 driver #4144

    โœ… Test / internal changes:

    • ๐Ÿšง Move TS tests to tsd (WIP) #4109 #4110