gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] branch master updated: re-enable sqlite3 at the Sandbox.


From: gnunet
Subject: [libeufin] branch master updated: re-enable sqlite3 at the Sandbox.
Date: Fri, 10 Jan 2020 14:55:57 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new f8049a7  re-enable sqlite3 at the Sandbox.
f8049a7 is described below

commit f8049a76ea5b468d13f1aab575366a81e3d12e4e
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Jan 10 14:55:37 2020 +0100

    re-enable sqlite3 at the Sandbox.
---
 sandbox/src/main/kotlin/tech/libeufin/sandbox/DB.kt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/DB.kt 
b/sandbox/src/main/kotlin/tech/libeufin/sandbox/DB.kt
index ea4eedd..4500a2f 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/DB.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/DB.kt
@@ -363,8 +363,8 @@ class EbicsUploadTransactionChunkEntity(id : 
EntityID<String>): Entity<String>(i
 
 
 fun dbCreateTables() {
-    // Database.connect("jdbc:sqlite:libeufin-sandbox.sqlite3", 
"org.sqlite.JDBC")
-    Database.connect("jdbc:h2:mem:test;DB_CLOSE_DELAY=-1", driver = 
"org.h2.Driver")
+    Database.connect("jdbc:sqlite:libeufin-sandbox.sqlite3", "org.sqlite.JDBC")
+    // Database.connect("jdbc:h2:mem:test;DB_CLOSE_DELAY=-1", driver = 
"org.h2.Driver")
     TransactionManager.manager.defaultIsolationLevel = 
Connection.TRANSACTION_SERIALIZABLE
 
     transaction {

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]