Fix SqliteDatabase to start the thread

This commit is contained in:
Vinnie Falco
2013-07-30 13:25:56 -07:00
parent 017d7f2fc3
commit 65d84ed360
2 changed files with 5 additions and 1 deletions

View File

@@ -41,6 +41,8 @@ SqliteDatabase::SqliteDatabase (const char* host)
, mWalQ (NULL)
, walRunning (false)
{
m_thread.start ();
mConnection = NULL;
mAuxConnection = NULL;
mCurrentStmt = NULL;