Actions
Bug #105904
closedresetHaving on QueryBuilder results in infinite loop
Status:
Resolved
Priority:
Should have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2025-01-09
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In TYPO3\CMS\Core\Database\Query\ConcreteQueryBuilder
in method resetHaving there is a call to $this->resetHaving
instead of parent::resetHaving
which results in an infinite loop.
Updated by Gerrit Code Review 2 months ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/87679
Updated by Gerrit Code Review 2 months ago
Patch set 1 for branch 13.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/87681
Updated by Georg Ringer 2 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ad11bbfca684e8664bb0bf3c7503b41a512d19a8.
Actions