[jOOQ/jOOQ#10528] SQL Server scope declarations must be placed after AS

This commit is contained in:
Lukas Eder 2021-06-02 15:20:34 +02:00
parent 2cde540caf
commit cfefc39e8d
3 changed files with 12 additions and 0 deletions

View File

@ -117,6 +117,8 @@ final class BlockImpl extends AbstractRowCountQuery implements Block {
final Collection<? extends Statement> statements;
final boolean alwaysWrapInBeginEnd;
@ -365,6 +367,7 @@ final class BlockImpl extends AbstractRowCountQuery implements Block {
{

View File

@ -282,6 +282,14 @@ package org.jooq.impl;

View File

@ -192,5 +192,6 @@ package org.jooq.impl;