[Akonadi] [Bug 402229] Sqlite backend error with schema update 36 & 37 (5.10.0)

Maël Kerbiriou bugzilla_noreply at kde.org
Mon Dec 17 11:23:38 GMT 2018


https://bugs.kde.org/show_bug.cgi?id=402229

--- Comment #1 from Maël Kerbiriou <piezo.wdimd at gmail.com> ---
This change in the code make it working for me:

s/PRAGMA foreign_key_check=OFF/PRAGMA defer_foreign_keys=ON/
s/PRAGMA foreign_key_check=ON/PRAGMA defer_foreign_keys=OFF/

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kdepim-bugs mailing list