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

This commit is contained in:
Knut Wannheden 2019-10-15 11:23:02 +02:00
parent d9f720d505
commit 4acb3b85e4
2 changed files with 2 additions and 0 deletions

View File

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

View File

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