Uh oh!
There was an error while loading. Please reload this page.
fix(caldav): don't reuse query builder objects - #42144
Conversation
Signed-off-by: Anna Larch <anna@nextcloud.com>
miaulalala
commented
Dec 11, 2023
/backport to stable28 |
miaulalala
commented
Dec 11, 2023
/backport to stable27 |
miaulalala
commented
Dec 11, 2023
/backport to stable26 |
ChristophWurst
left a comment
There was a problem hiding this comment.
Makes sense!
What I find suspicious is that this is described as a regression, like the feature broke recently. But the QB recyling has happened since the feature was added in 30d13bb.
ChristophWurst
commented
Dec 11, 2023
7f0a54c only logs a warning but doesn't abort. |
tcitworld
commented
Dec 11, 2023
Yeah, I think it's unlikely this will fix #42143, but they can try to apply the simple patch. |
ChristophWurst
left a comment
There was a problem hiding this comment.
Fine by me but won't help with #42143
X-Raph-X
commented
Jan 17, 2024
Hi, I've patched my NC28.0.0 because I have the issue #42143 . I confirm the issue is NOT solved by this commit. |
Summary
Reusing query builder objects causes a
Doctrine\DBAL\Query\QueryExceptionTODO
Checklist
Screenshots before/after for front-end changesDocumentation (manuals or wiki) has been updated or is not required