This commit is contained in:
SPRINX0\prochazka
2024-12-04 14:17:42 +01:00
parent 6f4a49ea97
commit 921bd4613a

View File

@@ -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();
}
}