diff --git a/jOOQ/src/main/java/org/jooq/impl/CreateViewImpl.java b/jOOQ/src/main/java/org/jooq/impl/CreateViewImpl.java index 2301ba4718..885d511384 100644 --- a/jOOQ/src/main/java/org/jooq/impl/CreateViewImpl.java +++ b/jOOQ/src/main/java/org/jooq/impl/CreateViewImpl.java @@ -264,6 +264,16 @@ final class CreateViewImpl extends AbstractRowCountQuery imple ctx.visit(K_IF_NOT_EXISTS) .sql(' '); + + + + + + + + + + ctx.visit(view); if (rename && renameSupported) {