不要怂,就是干,撸起袖子干!

Commit 4cedac9a by Matt Broadstone

indicate lack of RESTRICT foreign key support in mssql dialect

MSSQL doesn't support RESTRICT foreign key constraints at all,
so there's no use running any of those tests
1 parent 97b4bd42
Showing with 3 additions and 0 deletions
......@@ -15,6 +15,9 @@ MssqlDialect.prototype.supports = _.merge(_.cloneDeep(Abstract.prototype.support
'RETURNING': true,
'LIMIT ON UPDATE': true,
lock: false,
constraints: {
restrict: false
},
index: {
collate: false,
length: false,
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!