commit | c3d75e876b76ff67b0e61c9192f35cf6cfc5bbbf | [log] [tgz] |
---|---|---|
author | margaretha <margaretha@ids-mannheim.de> | Thu Sep 21 10:31:26 2023 +0200 |
committer | margaretha <margaretha@ids-mannheim.de> | Thu Sep 21 10:31:26 2023 +0200 |
tree | 8cd4a4e61578cd57589b8ee65da996e31c0f11dd | |
parent | 8fe51e905f5dc8cdce380a659c7017205ce31a8b [diff] |
Fixed SQLite JDBC URL with memory and cache Change-Id: If0f595a2d754e3cbfb521babb5fca4f43a1d3302
diff --git a/full/src/test/resources/test-jdbc.properties b/full/src/test/resources/test-jdbc.properties index 958cd53..02e77b2 100644 --- a/full/src/test/resources/test-jdbc.properties +++ b/full/src/test/resources/test-jdbc.properties
@@ -4,7 +4,8 @@ jdbc.database=sqlite jdbc.driverClassName=org.sqlite.JDBC #jdbc.url=jdbc:sqlite::memory: -jdbc.url=jdbc:sqlite::memory:?cache=shared +jdbc.url=jdbc:sqlite:file::memory:?cache=shared +#jdbc.url=jdbc:sqlite::memory:?cache=shared #jdbc.url=jdbc:sqlite:testDB.sqlite jdbc.username=pc jdbc.password=pc