[jOOQ/jOOQ#10595] Error when fully qualifying a view with catalog name in CREATE/ALTER VIEW in SQL Server

This commit is contained in:
Lukas Eder 2020-09-04 13:55:38 +02:00
parent 9557b235c9
commit 79f85e2a5f

View File

@ -264,6 +264,16 @@ final class CreateViewImpl<R extends Record> extends AbstractRowCountQuery imple
ctx.visit(K_IF_NOT_EXISTS)
.sql(' ');
ctx.visit(view);
if (rename && renameSupported) {