mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-03 09:24:00 +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.putRaw(param.parameterMode == 'IN' ? ':' + param.parameterName : param.parameterName);
|
||||||
});
|
});
|
||||||
|
|
||||||
this.put('&<&n');
|
this.put('&<&n)');
|
||||||
this.endCommand();
|
this.endCommand();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user