mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 03:16:01 +00:00
default parameter encoding for execute scripts
This commit is contained in:
@@ -174,7 +174,7 @@ class MsSqlDumper extends SqlDumper {
|
||||
this.putCollection(
|
||||
delimiter,
|
||||
(parameters || []), param => {
|
||||
this.putRaw(argLiteralsByName[param]);
|
||||
this.putRaw(argLiteralsByName[param.parameterName]);
|
||||
if (param?.parameterMode == 'OUT') this.put(' ^output');
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user