mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 03:16:01 +00:00
data duplicator works in simple case
This commit is contained in:
@@ -155,6 +155,10 @@ class MsSqlDumper extends SqlDumper {
|
||||
newname
|
||||
);
|
||||
}
|
||||
|
||||
selectScopeIdentity() {
|
||||
this.put('^select ^scope_identity()');
|
||||
}
|
||||
}
|
||||
|
||||
MsSqlDumper.prototype.renameView = MsSqlDumper.prototype.renameObject;
|
||||
|
||||
Reference in New Issue
Block a user