Skip to content

Commit

Permalink
Merge pull request #745 from nicolas-f/fix/default_h2_connection
Browse files Browse the repository at this point in the history
MVCC=TRUE disable spatial index on regular table engine
  • Loading branch information
Bocher committed Oct 28, 2014
2 parents c9515cc + 612e077 commit e397a39
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -151,7 +151,7 @@ public void writeUriFile() throws IOException {

private static String getDefaultJDBCConnectionString(String workspaceFolder) {
return "jdbc:h2:" + new File(workspaceFolder + File.separator +
"database;MV_STORE=FALSE;DB_CLOSE_DELAY=30;DEFRAG_ALWAYS=TRUE;MVCC=TRUE").toURI().getRawPath();
"database;MV_STORE=FALSE;DB_CLOSE_DELAY=30;DEFRAG_ALWAYS=TRUE").toURI().getRawPath();
}

@Override
Expand Down

0 comments on commit e397a39

Please sign in to comment.