commit | 8fe51e905f5dc8cdce380a659c7017205ce31a8b | [log] [tgz] |
---|---|---|
author | margaretha <margaretha@ids-mannheim.de> | Wed Sep 20 11:22:20 2023 +0200 |
committer | margaretha <margaretha@ids-mannheim.de> | Wed Sep 20 11:24:01 2023 +0200 |
tree | 98556c461d6dcc3d21c6371ff0adeed1e5111328 | |
parent | ec25310e3e3333eb1a9401e2612d9bf6019b3e3a [diff] [blame] |
Changed DB connection (fixed #670) Change-Id: Ia27404c54e1473662a99b019969f81fd86761740
diff --git a/full/src/test/resources/test-jdbc.properties b/full/src/test/resources/test-jdbc.properties index 48f51f5..958cd53 100644 --- a/full/src/test/resources/test-jdbc.properties +++ b/full/src/test/resources/test-jdbc.properties
@@ -3,7 +3,8 @@ jdbc.database=sqlite jdbc.driverClassName=org.sqlite.JDBC -jdbc.url=jdbc:sqlite::memory: +#jdbc.url=jdbc:sqlite::memory: +jdbc.url=jdbc:sqlite::memory:?cache=shared #jdbc.url=jdbc:sqlite:testDB.sqlite jdbc.username=pc jdbc.password=pc