[#8434] Support H2 v1.4.198 array syntax

H2 1.4.198 changed array syntax incompatibly to align the syntax with PostgreSQL, HSQLDB, and the SQL standard. The old syntax (which conflicts with row value expression) is no longer really supported.
This commit is contained in:
lukaseder 2019-04-10 11:50:28 +02:00
parent 6d630cd53a
commit 72eda66bdf

View File

@ -154,7 +154,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.198</version>
<version>1.4.199</version>
</dependency>
<!-- jooq-meta-extensions and integration tests have this dependency -->