From a828455c32303c292882805388508c594a777af4 Mon Sep 17 00:00:00 2001 From: aunsane Date: Thu, 27 Sep 2018 00:52:02 +0300 Subject: dbx_sqlite: - implementation of MetaMergeHistory/MetaSplitHistory - fix contact delete - enable db lock --- plugins/Dbx_sqlite/src/dbcontacts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Dbx_sqlite/src/dbcontacts.cpp') diff --git a/plugins/Dbx_sqlite/src/dbcontacts.cpp b/plugins/Dbx_sqlite/src/dbcontacts.cpp index 648de7f1a7..f181420cb4 100644 --- a/plugins/Dbx_sqlite/src/dbcontacts.cpp +++ b/plugins/Dbx_sqlite/src/dbcontacts.cpp @@ -10,7 +10,7 @@ enum { static char *ctc_stmts[SQL_CTC_STMT_NUM] = { "select count(1) from contacts limit 1;", "insert into contacts values (null);", - "delete from events where contactid = ?; delete from settings where contactid = ?; delete from contacts where id = ?;" + "delete from contacts where id = ?;" }; static sqlite3_stmt *ctc_stmts_prep[SQL_CTC_STMT_NUM] = { 0 }; -- cgit v1.2.3