Knex v2.3.0 Release Notes
Release Date: 2022-08-31 // about 1 year ago-
๐ New features:
- ๐ PostgreSQL: Explicit jsonb support for custom pg clients #5201
- ๐ SQLite: Support returning with sqlite3 and better-sqlite3 #5285
- MSSQL: Implement mapBinding mssql dialect option #5292
Typings:
- โก๏ธ Update types for TS 4.8 #5279
- ๐ Fix typo #5267
- ๐ Fix WhereJsonObject withCompositeTableType #5306
- ๐ Fix AnalyticFunction type #5304
- Infer specific column value type in aggregations #5297
Previous changes from v2.2.0
-
๐ New features:
- Inline primary key creation for postgres flavours #5233
- โ SQLite: Add warning for undefined connection file #5223
- ๐ MSSQL: Add JSON parameter support for connection #5200
๐ Bug fixes:
- PostgreSQL: add primaryKey option for uuid #5212
Typings:
- โ Add promisable and better types #5222
- โก๏ธ Update raw query bind parameter type #5208