Actions
Task #103031
closedUpdate `doctrine/dbal:^3.8.1`
Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2024-02-04
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Doctrine DBAL 3.8.x comes with further deprecations, but
also with the new `QueryBuilder::reset*()` methods as a
mitigation for the deprecated generic QueryBuilder methods
`resetQueryParams()` and `resetQueryParam()`.
Raising the minimum version ensures, that extension authors
are able to full-full TYPO3 v12 and v13 with the same code
base. At least, they can rely on it with the TYPO3 release
containing this change - for non-composer and composer mode.
Actions