Task #102853
closedMitigate deprecated `QueryBuilder::add()` method calls
0%
Description
Doctrine DBAL deprecated a handfull QueryBuilder methods without
a replacement. One of them is the `add()` method to set or append
a specified query part. This method will be removed with Doctrine
DBAL 4.0.x [1]. The removal aligns to the decision to make the
internal state not accessable, like the also deprecated and
related methods `resetQueryParts()`, `resetQueryPart()`,
`getQueryParts()` and `getQueryPart()`.
[1] https://github.com/doctrine/dbal/blob/4.0.x/UPGRADE.md#bc-break-changes-in-the-querybuilder-api
Updated by Gerrit Code Review 10 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/+/82502
Updated by Gerrit Code Review 10 months ago
Patch set 2 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/+/82502