SQLite event notifier

Notifier is SQLite DB event (insert, update, delete, commit, rollback)
callback wrapper.
This commit is contained in:
aleks-f
2013-02-20 16:35:21 -06:00
parent f756d995d2
commit 6943505634
16 changed files with 607 additions and 4 deletions

View File

@@ -297,10 +297,8 @@ bool Utility::setThreadMode(int mode)
}
sqlite3_initialize();
}
return false;
#else
return false;
#endif
return false;
}