unique sql database connection is created on different threads

Signed-off-by: Paulchen-Panther <Paulchen-Panter@protonmail.com>
This commit is contained in:
Paulchen-Panther
2019-07-16 23:11:53 +02:00
parent 90599e820a
commit c676b640f1
3 changed files with 15 additions and 25 deletions

View File

@@ -19,7 +19,7 @@ public:
{
// Init Hyperion database usage
setRootPath(rootPath);
setDB("hyperion");
setDatabaseName("hyperion");
// Init instance table
setTable("instances");