reverted change, using the undocumented SERIALIZED file lock mode

This commit is contained in:
Jeremy Long
2015-12-02 05:46:06 -05:00
parent 921efc4d2b
commit 0e90f460f4

View File

@@ -19,7 +19,7 @@ data.directory=[JAR]/data
#if the filename has a %s it will be replaced with the current expected version
data.file_name=dc.h2.db
data.version=3.0
data.connection_string=jdbc:h2:file:%s;FILE_LOCK=FS;AUTOCOMMIT=ON;
data.connection_string=jdbc:h2:file:%s;FILE_LOCK=SERIALIZED;AUTOCOMMIT=ON;
#data.connection_string=jdbc:mysql://localhost:3306/dependencycheck
# user name and password for the database connection. The inherent case is to use H2.