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

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 ...@@ -20,6 +20,7 @@ MssqlDialect.prototype.supports = _.merge(_.cloneDeep(Abstract.prototype.support
lock: false, lock: false,
transactions: false, transactions: false,
migrations: false, migrations: false,
upserts: false,
autoIncrement: { autoIncrement: {
identityInsert: true, identityInsert: true,
defaultValue: false, defaultValue: false,
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!