added autocommit=on to H2 connection string

Former-commit-id: 2ce63e1d44ecf5ab69f0f98003383f6a6b7b311e
This commit is contained in:
Jeremy Long
2014-01-15 13:18:32 -05:00
parent 449e3f5cc6
commit dfb411cb6a

View File

@@ -13,7 +13,7 @@ max.download.threads=3
# will not be used. The data.directory will be resolved and if the connection string # will not be used. The data.directory will be resolved and if the connection string
# below contains a %s then the data.directory will replace the %s. # below contains a %s then the data.directory will replace the %s.
data.directory=[JAR]/data data.directory=[JAR]/data
data.connection_string=jdbc:h2:file:%s;AUTO_SERVER=TRUE;TRACE_LEVEL_FILE=3; data.connection_string=jdbc:h2:file:%s;AUTO_SERVER=TRUE;AUTOCOMMIT=ON;
#data.connection_string=jdbc:mysql://localhost:3306/dependencycheck #data.connection_string=jdbc:mysql://localhost:3306/dependencycheck
# user name and password for the database connection. The inherent case is to use H2. # user name and password for the database connection. The inherent case is to use H2.
# As such, this unsecure username/password exist. # As such, this unsecure username/password exist.