10 Commits

Author SHA1 Message Date
Jeremy W. Sherman
a9338208f1
fix(oracledb): withRecursive: omit invalid RECURSIVE keyword, include column list [#4514] (#4652) 2021-09-03 22:27:32 +03:00
Minh Son Nguyen
c9a5548865
Improve analytic types (#4576) 2021-07-21 01:24:33 +03:00
Santi Albo
548471de0a
fix TypeScript migration stub after 0.95.0 changes (#4366)
* fix TypeScript migration stub after 0.95.0 changes

Release 0.95.0 changed how types have to be imported when using TypeScript. This PR fixes the migration stub so new migrations are created correctly.

* Add test for Knex.AlterTableBuilder

Co-authored-by: Igor Savin <iselwin@gmail.com>
2021-03-11 19:58:00 +02:00
Igor Savin
4ff3868140
Move QueryBuilder and KnexTimeoutError into knex namespace so that they are accessible at a runtime (#4358) 2021-03-08 23:18:49 +02:00
Igor Savin
887a4f606a
Improve join and conflict types v2 (#4318)
Co-authored-by: Jeroen Hermans <jeroen@datacamp.com>
2021-03-02 19:34:04 +02:00
Matt
a4b6db85a9
Added merge strategy to allow selecting columns to upsert. (#4252)
Co-authored-by: Matt Goodson <matt.goodson.business@gmail.com>
2021-02-09 10:04:43 +02:00
Igor Savin
177938afeb
Introduce the "infamous triplet" export (#4181) 2020-12-30 22:26:08 +02:00
Igor Savin
b5fbce655e
Add missing onConflict overrides (#4182) 2020-12-28 14:26:58 +02:00
Igor Savin
293163b480
Move TS tests to tsd, part 2 (#4110) 2020-11-20 12:46:08 +02:00
Igor Savin
d1f39e9818
Fix broken TS types (#4098) 2020-11-01 03:12:42 +02:00