This commit is contained in:
Lukas Eder 2019-11-21 10:46:32 +01:00
commit 01e36257d3

View File

@ -443,6 +443,11 @@ final class AlterSequenceImpl<T extends Number> extends AbstractRowCountQuery im
ctx.sql(' ').visit(K_RESTART);
}
else if (restartWith != null) {