Skip to content

Commit

Permalink
Fixed #1346 Migration hanging with HsqlDB 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel Fontaine committed Jan 30, 2017
1 parent 3b8fa63 commit 22398ed
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 36 deletions.
Expand Up @@ -102,4 +102,9 @@ public Schema getSchema(String name) {
public boolean catalogIsSchema() {
return false;
}

@Override
public boolean useSingleConnection() {
return true;
}
}

This file was deleted.

2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -111,7 +111,7 @@
<version.gradle>2.3</version.gradle>
<version.derby>10.12.1.1</version.derby>
<version.h2>1.4.191</version.h2>
<version.hsqldb>2.3.3</version.hsqldb>
<version.hsqldb>2.3.4</version.hsqldb>
<version.jtds>1.3.1</version.jtds>
<version.mariadb>1.4.5</version.mariadb>
<version.postgresql>9.4.1208.jre6</version.postgresql>
Expand Down

0 comments on commit 22398ed

Please sign in to comment.