Actions
Bug #102830
closedUpdate doctrine/dbal to ensure performance bugfix
Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2024-01-12
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Doctrine DBAL 3.7.0 introduced a performance issue [1]
which has been already fixed by the Doctrine Team [2].
This change updates the `doctrine/dbal` composer constraint
to ensure that this performance issue is gone.
Note: The monorepo composer.lock already containted the
3.7.2 bugfis release, therefore this has not been
detected in casual core development. This update
is to mitigate the performance issue at all costs
for TYPO3 users.
[1] https://github.com/contao/contao/issues/6409
[2] https://github.com/doctrine/dbal/pull/6202
Actions