[jOOQ/jOOQ#11323] Support ELSEIF in HSQLDB

This commit is contained in:
Lukas Eder 2021-02-08 21:25:49 +01:00
parent 8a8c8eeb09
commit f5c32eb0a2
2 changed files with 2 additions and 1 deletions

View File

@ -244,7 +244,7 @@ public interface Context<C extends Context<C>> extends Scope {
int scopeLevel();
/**
* Start a new SELECT scope.
* Start a new scope.
*/
@NotNull
C scopeStart();

View File

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