https://bugs.kde.org/show_bug.cgi?id=465977
--- Comment #7 from Stephan Diestelhorst <[email protected]> --- Strangely enough, if I do the same via sqlite3 on my broken database, it seems to work: syon@d-allen:~$ sqlite3 ~/.local/share/kactivitymanagerd/resources.old/database SQLite version 3.45.1 2024-01-30 16:01:20 Enter ".help" for usage hints. sqlite> .tables ResourceEvent ResourceLink SchemaInfo ResourceInfo ResourceScoreCache sqlite> DELETE FROM ResourceScoreCache WHERE usedActivity = COALESCE(:usedActivity, usedActivity) AND lastUpdate < :time ...> ; sqlite> I am not sure whether that means anything, but it seems that the standalone sqlite is happy to delete whatever needed deleting. -- You are receiving this mail because: You are watching all bug changes.
