[jOOQ/jOOQ#10528] SQL Server scope declarations must be placed after AS
This commit is contained in:
parent
2cde540caf
commit
cfefc39e8d
@ -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 {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
{
|
||||
|
||||
@ -282,6 +282,14 @@ package org.jooq.impl;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -192,5 +192,6 @@ package org.jooq.impl;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user