Nicola Krumschmidt
|
00cbd00631
|
Clean up SQLite DDL handling and move all operations to the parser-based approach (#4648)
|
2021-08-25 17:30:44 +03:00 |
|
Jeremy W. Sherman
|
40576ce430
|
fix(mssql): Generate valid SQL for withRecursive() [#4514] (#4639)
|
2021-08-25 09:36:43 +03:00 |
|
Jeremy W. Sherman
|
5ac422410b
|
feat(mssql): Support comments as MS_Description properties (#4632)
|
2021-08-21 21:29:55 +03:00 |
|
Jeremy W. Sherman
|
52950c652b
|
fix(mssql): columnInfo() support case-sensitive database collations (#4633)
|
2021-08-21 21:26:54 +03:00 |
|
Maximilian-Albin Ekström
|
3a083d9b0e
|
fix: use sys info function instead of connection db name (#4623)
Co-authored-by: Maximilian-Albin Ekström <maximilian-albin.ekstrom@instabox.se>
|
2021-08-20 12:51:21 +03:00 |
|
Igor Savin
|
91bde6021d
|
Additional fixes for Oracle schema support (#4596)
|
2021-07-31 19:25:37 +03:00 |
|
Igor Savin
|
124107e0ec
|
Fix autoincrement for Oracle with schema (#4594)
|
2021-07-29 17:07:22 +03:00 |
|
zeotuan
|
45916f97ee
|
Add deferrable support for constraint (#4584)
|
2021-07-25 10:23:17 +03:00 |
|
zeotuan
|
55eadcf7ad
|
Fixing posgres datetime and timestamp column created with wrong format (#4578)
|
2021-07-21 01:23:20 +03:00 |
|
Egor Koldasov
|
c335fda657
|
#873 | implement delete with join (#4568)
|
2021-07-13 09:41:16 +03:00 |
|
Calvin Metcalf
|
f78c3618e2
|
add obility to omit collumns on an onConflict().ignore() (#4557)
|
2021-07-10 14:54:07 +03:00 |
|
Wigger Boelens
|
267ff3a28b
|
Add support for file open flags for sqlite3 (#4446)
|
2021-04-22 00:50:03 +03:00 |
|
Ardeshir81
|
6b420cebdf
|
Throw an error if negative offset is provided (#4361)
|
2021-03-25 11:30:25 +02:00 |
|
Jeremy W. Sherman
|
0d43c1cbb9
|
mssql: Improve estimate of max comment length (#4362)
|
2021-03-25 11:24:44 +02:00 |
|
martinmacko47
|
1744c8c265
|
Fix timeout method (#4324)
|
2021-03-22 01:33:59 +02:00 |
|
Jakub Jastrzębski
|
5d1f479593
|
fix: update ts.stub files to new TypeScript namespace (#4344)
|
2021-03-11 18:51:53 +02:00 |
|
Matt Machuga
|
0ab482bcfb
|
Unify db test helpers (#4356)
|
2021-03-08 14:16:07 +02:00 |
|
Nicola Krumschmidt
|
ed0e8a53df
|
Fix SQLite not doing rollback when altering columns fails (#4336)
|
2021-03-03 20:50:45 +02:00 |
|
Nicola Krumschmidt
|
c1ab23c206
|
Await asynchronous expect assertions (#4334)
|
2021-03-03 01:28:42 +02:00 |
|
Nicola Krumschmidt
|
3e6176ac0c
|
SQLite parser improvements (#4333)
|
2021-03-03 00:42:43 +02:00 |
|
Thibaut Patel
|
a98614d55a
|
Made the constraint detection case-insensitive (#4330)
|
2021-03-02 21:52:10 +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 |
|
Nicola Krumschmidt
|
29b8a3623f
|
Adjust generateDdlCommands return type (#4326)
|
2021-03-01 19:11:16 +02:00 |
|
Daniel Hensby
|
d807832b3b
|
mssql: schema builder - attempt to drop default constraints when changing default value on columns (#4321)
|
2021-02-28 19:27:48 +02:00 |
|
Daniel Hensby
|
c0d8c5c247
|
mssql: schema builder - add predictable constraint names for default values (#4319)
|
2021-02-28 01:08:15 +02:00 |
|
Nicola Krumschmidt
|
9e28a72aca
|
Add support for altering columns to SQLite (#4322)
|
2021-02-26 22:36:46 +02:00 |
|
Daniel Hensby
|
7db2d18877
|
fix mssql alter column must have its own query (#4317)
|
2021-02-25 19:34:22 +02:00 |
|
Jeremy W. Sherman
|
3718d647e4
|
Respect KNEX_TEST, support omitting sqlite3 from DB, and reduce outside mssql test db config (#4313)
|
2021-02-24 19:27:30 +02:00 |
|
Tyler Watson
|
8c73417de6
|
events: introduce queryContext on query-error (#4301)
|
2021-02-18 12:23:12 +02:00 |
|
Tolterix
|
5614c18624
|
Timestamp UTC Standardization for Migrations (#4245)
Co-authored-by: Igor Savin <iselwin@gmail.com>
|
2021-02-15 19:27:41 +02:00 |
|
Richard Simko
|
489934655f
|
Fix for ES Module detection using npm@7 (#4295) (#4296)
|
2021-02-15 19:10:45 +02:00 |
|
Nicola Krumschmidt
|
c43fd7269e
|
Throw error if the array passed to insert is empty (#4289)
|
2021-02-15 19:03:48 +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
|
511ea2be0f
|
Querybuilder cleanup (#4282)
|
2021-02-08 16:54:00 +02:00 |
|
Igor Savin
|
230845d3c2
|
Make "first" and "pluck" mutually exclusive (#4280)
|
2021-02-08 13:45:13 +02:00 |
|
Tyler Watson
|
389b6686b5
|
mssql: column: json to nvarchar(max) (#4278)
|
2021-02-08 10:54:51 +02:00 |
|
Tyler Watson
|
c860b89184
|
WIP: Replace MSSQL dialect with Tedious.js implementation (#2857)
Co-authored-by: Tyler Watson <tyler@rapidplatform.com.au>
Co-authored-by: Igor Savin <iselwin@gmail.com>
|
2021-02-08 08:46:35 +02:00 |
|
Nicola Krumschmidt
|
1ec7a664ea
|
Recreate indices when altering a table in SQLite (#4277)
|
2021-02-05 16:35:30 +02:00 |
|
Igor Savin
|
2040bd11a4
|
Move more logic over from formatter (#4273)
|
2021-02-03 21:17:20 +02:00 |
|
Nicola Krumschmidt
|
edf994d7f7
|
Simplify reinsert logic when altering a table in SQLite (#4272)
|
2021-02-03 20:49:42 +02:00 |
|
Ihor Sakailiuk
|
09e9fa4193
|
Fix issue with schema usage with FROM clause contain QueryBuilder, function or Raw (#4268)
|
2021-02-03 19:16:00 +02:00 |
|
George Petrov
|
57184acd63
|
Primary keys improvements (#4266)
|
2021-02-03 14:47:32 +02:00 |
|
Ihor Sakailiuk
|
dbcc8a3228
|
Fix issue with .withSchema usage with joins on a subquery (#4267)
|
2021-02-03 00:23:50 +02:00 |
|
maximelkin
|
b9fb5992b5
|
Migrate to classes (#4253)
|
2021-01-31 12:40:13 +02:00 |
|
martinmacko47
|
50be910113
|
Allow optimizer hints (#4243)
|
2021-01-28 01:57:25 +02:00 |
|
Igor Savin
|
5dcdf70066
|
Clean up destroy logic (#4248)
|
2021-01-21 20:25:06 +02:00 |
|
Igor Savin
|
9e0bb88e37
|
Update commander (#4240)
|
2021-01-17 20:28:39 +02:00 |
|
Morgan Zolob
|
92907e80e2
|
Add check to only create native enum once (#3658)
Co-authored-by: Morgan Zolob <morgan.zolob@ingrooves.com>
|
2021-01-16 16:16:00 +02:00 |
|
Igor Savin
|
c074ec7b9d
|
Add test for mysql port resolution (#4232)
|
2021-01-15 04:31:57 +02:00 |
|
Gabriel Aumala
|
79401f7fc8
|
Allow 'match' operator (#3569)
|
2021-01-13 18:58:23 +02:00 |
|