[jOOQ/jOOQ#9371] H2: Correct rendering for DSL#currentDate()

This commit is contained in:
Lukas Eder 2019-11-08 10:02:17 +01:00
parent cab854e333
commit aa086223e1

View File

@ -100,6 +100,7 @@ final class CurrentDate<T> extends AbstractField<T> {
case DERBY:
case FIREBIRD:
case H2:
case HSQLDB:
case POSTGRES:
case SQLITE: