mirror of
https://github.com/knex/knex.git
synced 2025-06-26 22:00:25 +00:00
Prepare to release 3.1.0
This commit is contained in:
parent
ca3dd19f4f
commit
4ca3dd5bc2
22
CHANGELOG.md
22
CHANGELOG.md
@ -1,5 +1,27 @@
|
||||
# Master (Unreleased)
|
||||
|
||||
# 3.1.0 - 8 December, 2023
|
||||
|
||||
### Bug fixes
|
||||
|
||||
- andWhereNotJsonObject calling wrong function (#5683)
|
||||
- PostgreSQL: fix error when setting query_timeout (#5673)
|
||||
- MySQL: Missing comments on delete, update and insert (#5738)
|
||||
- MySQL: Fixed issue with bigincrements not working with composite primary key - #5341 (#5343)
|
||||
|
||||
### Types
|
||||
|
||||
- Add type definitions for orHavingNull and orHavingNotNull (#5669)
|
||||
- Import knex as type in TS migration template (#5741)
|
||||
- Fix conditional constraint error (#5747)
|
||||
- PostgreSQL: Fix typing to reflect pg typing change (#5647)
|
||||
|
||||
### New features
|
||||
|
||||
- Add transactor.parentTransaction (#5567)
|
||||
- MySQL: Added implementation for upsert (#5743)
|
||||
- Oracle: Support Object Names Greater than 30 Characters for Oracle DB Versions 12.2 and Greater (#5197)
|
||||
|
||||
# 3.0.1 - 6 October, 2023
|
||||
|
||||
- Build fix
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "knex",
|
||||
"version": "3.0.1",
|
||||
"version": "3.1.0",
|
||||
"description": "A batteries-included SQL query & schema builder for PostgresSQL, MySQL, CockroachDB, MSSQL and SQLite3",
|
||||
"main": "knex",
|
||||
"types": "types/index.d.ts",
|
||||
|
Loading…
x
Reference in New Issue
Block a user