Jeremy W. Sherman
|
0d43c1cbb9
|
mssql: Improve estimate of max comment length (#4362)
|
2021-03-25 11:24:44 +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 |
|
Daniel Hensby
|
7db2d18877
|
fix mssql alter column must have its own query (#4317)
|
2021-02-25 19:34:22 +02:00 |
|
Tyler Watson
|
6c3e7b5afc
|
mssql: don't raise query-error twice (#4314)
|
2021-02-25 12:37:43 +02:00 |
|
Igor Savin
|
61e1046651
|
Avoid importing entire lodash to ensure tree-shaking is working correctly (#4302)
|
2021-02-18 12:29:03 +02:00 |
|
Nicola Krumschmidt
|
c43fd7269e
|
Throw error if the array passed to insert is empty (#4289)
|
2021-02-15 19:03:48 +02:00 |
|
Tyler Watson
|
b530eacd61
|
mssql: add all mssql options to Knex.ConnectionConfig (#4281)
Co-authored-by: Igor Savin <iselwin@gmail.com>
|
2021-02-08 16:57:27 +02:00 |
|
Igor Savin
|
b0d8d831dd
|
Restore hotfix from #4128 (#4283)
|
2021-02-08 15:55:16 +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 |
|
Igor Savin
|
9c390036db
|
Move "parameter" out of formatter (#4275)
|
2021-02-04 15:54:26 +02:00 |
|
Igor Savin
|
2040bd11a4
|
Move more logic over from formatter (#4273)
|
2021-02-03 21:17:20 +02:00 |
|
George Petrov
|
57184acd63
|
Primary keys improvements (#4266)
|
2021-02-03 14:47:32 +02:00 |
|
Igor Savin
|
d89c36ae80
|
Move more code out of formatter (#4270)
|
2021-02-03 01:13:16 +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
|
b111771117
|
Clean up querybuilder (#4220)
|
2021-01-09 17:59:53 +02:00 |
|
Igor Savin
|
cd6479bf0b
|
More formatter cleanup (#4218)
|
2021-01-07 23:34:46 +02:00 |
|
Igor Savin
|
0bef361ffd
|
Reduce amount of parameters needed (#4217)
|
2021-01-07 22:44:03 +02:00 |
|
Igor Savin
|
0b2a2ca4d1
|
Extract static method _num out of class. Use super-methods (#4212)
|
2021-01-06 23:21:10 +02:00 |
|
Igor Savin
|
6275ea3b08
|
Migrate columncompiler to classes (#4193)
|
2021-01-01 20:35:54 +02:00 |
|
Igor Savin
|
0e09fcd3c1
|
Refactor to classes (part 2) (#4191)
|
2021-01-01 18:46:16 +02:00 |
|
Igor Savin
|
b43dadbe01
|
Refactor to classes (#4190)
|
2021-01-01 17:46:10 +02:00 |
|
Igor Savin
|
936126c0f0
|
Add analytic functions v2 (#4188)
Co-authored-by: CorvusCorrax <renaud.cayol@gmail.com>
Co-authored-by: Alexandre Tiertant <alexandre.tiertant@gmail.com>
|
2020-12-31 14:38:50 +02:00 |
|
Ben Lu
|
a31f0400e6
|
Add transaction isolation support (#4185)
|
2020-12-30 18:13:35 +02:00 |
|
Igor Savin
|
2aec21ed5e
|
Try to introduce some organization into how files are grouped (#4178)
|
2020-12-28 16:55:08 +02:00 |
|
Igor Savin
|
5f34fc170a
|
Documentation cleanup
Co-authored-by: Greg Gorlen <ggorlen@users.noreply.github.com>
|
2020-12-27 16:30:40 +02:00 |
|
Kkmatt11
|
629909475c
|
Fix MSSQL with returns on inserts and deletes on tables with triggers (#4152)
|
2020-12-18 01:12:04 +02:00 |
|
Igor Savin
|
3394a02935
|
Avoid connection getting stuck on socket hangup (#4157)
|
2020-12-11 23:56:14 +02:00 |
|
Nico Burns
|
8d43019873
|
Implement "UPSERT" (Postgres/MySQL/Sqlite) (#3763)
|
2020-10-31 17:22:52 +02:00 |
|
Kkmatt11
|
4edd56f156
|
MSSQL '?' solution (#4053)
Escape properly if literal '?' is needed.
|
2020-10-26 20:39:12 +02:00 |
|
Jamie Peabody
|
8faaf9ce27
|
fixes apostrophe issue on mssql dialect (#4077)
Co-authored-by: Jamie Peabody <jpeabody@axway.com>
|
2020-10-24 17:55:02 +03:00 |
|
Bogdan Chadkin
|
80355e4850
|
Replace inherits package with builtin utility (#4059)
|
2020-10-05 23:59:12 +03:00 |
|
hansnull
|
8029396d2d
|
Mssql decimal fix (#3910)
|
2020-09-30 10:05:16 +03:00 |
|
Keno Medenbach
|
2bd2ecd91c
|
MSSQL: Added the removal of a columns default constraint, before dropping the column (#3855)
|
2020-05-15 11:28:34 +02:00 |
|
Igor Savin
|
e37aeaa31c
|
Prepare for 0.21.0 release (#3811)
|
2020-04-19 00:40:23 +02:00 |
|
tkalliom
|
02d94d96b0
|
Reduce size of lodash in bundle (#3804)
|
2020-04-18 19:41:23 +02:00 |
|
Brian Lauber
|
6e6b666603
|
Rewrote Transaction#acquireConnection() methods to use async (#3707)
|
2020-03-07 01:15:23 +01:00 |
|
maximelkin
|
b025aea318
|
remove dependency on bluebird methods from sources (#3683)
Co-authored-by: Brian Lauber <constructible.truth@gmail.com>
|
2020-02-25 22:50:24 +01:00 |
|
Lorefnon
|
589ea747c2
|
Update QueryCompiler implementation to use classes (#3647)
|
2020-02-01 17:22:00 +01:00 |
|
maximelkin
|
84fce33f69
|
Remove bluebird.using (#3552)
|
2019-11-28 20:44:18 +01:00 |
|
Igor Savin
|
1ca7bc2f2b
|
Clarify acquireConnection() signature (#3554)
|
2019-11-28 00:01:29 +01:00 |
|
Lorefnon
|
f87b28c3e3
|
Add support for distinct on for postgres (#3513)
Resolves #3472
|
2019-11-11 00:51:47 +01:00 |
|
Igor Savin
|
988fb24389
|
Fix MSSQL escaping (#3382)
|
2019-10-06 20:21:32 +02:00 |
|
Lorefnon
|
3e1a5ee0de
|
Minor enhancements around aliasing of aggregates (#3354)
- Allows an options object to specify alias (as suggested in https://github.com/tgriesser/knex/issues/3315#issuecomment-507439215) (Closes #3315)
- Allows multiple aliases when using object syntax (Closes #2871)
|
2019-07-16 18:48:28 +02:00 |
|
Ricardo Graça
|
9aa7085b05
|
Rename src directory to lib (#3338)
|
2019-07-10 23:48:43 +02:00 |
|
Mikael Lepistö
|
7140a48226
|
Remove generated lib from repository and run build in prepublish
|
2016-01-21 09:59:30 +02:00 |
|
Sky Morey
|
eed0004031
|
mssql: added top (?) back to fix that error. also removed loading of empty file
|
2015-12-15 16:48:19 -06:00 |
|