Since I was in the log directory due to another issue, I took a peek at sqlite.log.
Line 1:
02/12/2023 11:14:19 28 double-quoted string literal: "Spam filter"
The next appearance of “string literal” is on line 139031:
07/04/2024 06:31:47 28 double-quoted string literal: "MailItems.receivedDate"
with a few more after that until line 139095:
07/04/2024 06:37:15 17 statement aborts at 12: [REPLACE INTO 'contact_data'.'CommentIndex_data'(id, block) VALUES(?,?)] database schema has changed
07/04/2024 06:37:19 28 double-quoted string literal: "MEMBER%"
07/04/2024 06:37:19 28 double-quoted string literal: "MEMBER%"
07/04/2024 06:37:23 28 double-quoted string literal: "MEMBER%"
...
Between July 4 and today, Oct 23, I have found 368121 such lines.
Edit: I have since rebooted, uninstalled and reinstalled, and still get these lines every few seconds:
10/23/2024 16:41:39 28 double-quoted string literal: "MEMBER%"
10/23/2024 16:41:45 28 double-quoted string literal: "MEMBER%"
10/23/2024 16:41:51 28 double-quoted string literal: "MEMBER%"
10/23/2024 16:41:58 28 double-quoted string literal: "MEMBER%"
10/23/2024 16:42:04 28 double-quoted string literal: "MEMBER%"
10/23/2024 16:42:10 28 double-quoted string literal: "MEMBER%"
10/23/2024 16:42:16 28 double-quoted string literal: "MEMBER%"
10/23/2024 16:42:22 28 double-quoted string literal: "MEMBER%"
10/23/2024 16:42:28 28 double-quoted string literal: "MEMBER%"
10/23/2024 16:42:35 28 double-quoted string literal: "MEMBER%"
10/23/2024 16:42:41 28 double-quoted string literal: "MEMBER%"
10/23/2024 16:42:47 28 double-quoted string literal: "MEMBER%"
What’s going on there?
Regards,
s.