DATAJDBC-512 - Add support H2 dialect.

Original pull request: #203.
This commit is contained in:
Mark Paluch
2020-03-26 14:55:47 +01:00
committed by Jens Schauder
parent ef02b6e9cd
commit 4e23fa6fdf
32 changed files with 625 additions and 25 deletions

View File

@@ -137,6 +137,13 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>${h2.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>