Merge branch 'master' of https://github.com/jOOQ/jOOQ
This commit is contained in:
commit
01e36257d3
@ -443,6 +443,11 @@ final class AlterSequenceImpl<T extends Number> extends AbstractRowCountQuery im
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
ctx.sql(' ').visit(K_RESTART);
|
||||
}
|
||||
else if (restartWith != null) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user