[jOOQ/jOOQ#10595] Error when fully qualifying a view with catalog name in CREATE/ALTER VIEW in SQL Server
This commit is contained in:
parent
9557b235c9
commit
79f85e2a5f
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user