mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-25 01:45:59 +00:00
fix
This commit is contained in:
@@ -794,7 +794,7 @@ export class SqlDumper implements AlterProcessor {
|
||||
this.putRaw(param.parameterMode == 'IN' ? ':' + param.parameterName : param.parameterName);
|
||||
});
|
||||
|
||||
this.put('&<&n');
|
||||
this.put('&<&n)');
|
||||
this.endCommand();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user