From 72eda66bdfb261407a0233cfcfca3f56f9959216 Mon Sep 17 00:00:00 2001 From: lukaseder Date: Wed, 10 Apr 2019 11:50:28 +0200 Subject: [PATCH] [#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. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a440e6b00a..9a136689ee 100644 --- a/pom.xml +++ b/pom.xml @@ -154,7 +154,7 @@ com.h2database h2 - 1.4.198 + 1.4.199