Summary: | Akonadis sqlite backend does not honor sql limits | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | Lars Scheiter <scheiter> |
Component: | server | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | CONFIRMED --- | ||
Severity: | major | CC: | bugs.kde.org, carl, dvratil, maotoko2 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Lars Scheiter
2024-01-30 15:26:00 UTC
A possibly relevant merge request was started @ https://invent.kde.org/pim/akonadi/-/merge_requests/180 Another bug fixes just got merged for this https://invent.kde.org/pim/akonadi/-/merge_requests/182 Git commit b403d43764b4482e4c63f32a72b319e68d164bf9 by Carl Schwan. Committed on 08/02/2024 at 12:25. Pushed by carlschwan into branch 'release/24.02'. Ensure query size in search manager remains less than 1000 With sqlite we have a limit on how many parameters we can add to a IN query. (cherry picked from commit c5a3d64c8a1a643277f35c19e2a43b40186e1efa) M +23 -6 src/server/search/searchmanager.cpp https://invent.kde.org/pim/akonadi/-/commit/b403d43764b4482e4c63f32a72b319e68d164bf9 Git commit c5a3d64c8a1a643277f35c19e2a43b40186e1efa by Carl Schwan. Committed on 08/02/2024 at 12:18. Pushed by carlschwan into branch 'master'. Ensure query size in search manager remains less than 1000 With sqlite we have a limit on how many parameters we can add to a IN query. M +23 -6 src/server/search/searchmanager.cpp https://invent.kde.org/pim/akonadi/-/commit/c5a3d64c8a1a643277f35c19e2a43b40186e1efa Related: Bug #451620 |