-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
fix(caldav): don't reuse query builder objects #42144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Anna Larch <[email protected]>
|
/backport to stable28 |
|
/backport to stable27 |
|
/backport to stable26 |
ChristophWurst
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
|
7f0a54c only logs a warning but doesn't abort. |
|
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fine by me but won't help with #42143
|
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