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

Commit bba87023 by Matt Broadstone

disable upsert support for mssql dialect

1 parent e9699b8c
Showing with 1 additions and 0 deletions
......@@ -20,6 +20,7 @@ MssqlDialect.prototype.supports = _.merge(_.cloneDeep(Abstract.prototype.support
lock: false,
transactions: false,
migrations: false,
upserts: false,
autoIncrement: {
identityInsert: true,
defaultValue: false,
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!