Add comment
This commit is contained in:
parent
266ae96a80
commit
99bd057160
|
@ -2554,6 +2554,8 @@ describe.each([
|
||||||
tableId = table._id!
|
tableId = table._id!
|
||||||
})
|
})
|
||||||
|
|
||||||
|
// Upserting isn't yet supported in MSSQL or Oracle, see:
|
||||||
|
// https://github.com/knex/knex/pull/6050
|
||||||
!isMSSQL &&
|
!isMSSQL &&
|
||||||
!isOracle &&
|
!isOracle &&
|
||||||
it.each([
|
it.each([
|
||||||
|
|
Loading…
Reference in New Issue