Skip to content
Snippets Groups Projects
Commit c9befef4 authored by Stefan Bürk's avatar Stefan Bürk
Browse files

[!!!][TASK] Remove deprecated `CompositeExpression` methods

Removes deprecations from class
`\TYPO3\CMS\Core\Database\Query\Expression\CompositeExpression`:

* `CompositeExpression->add()`
* `CompositeExpression->addMultiple()`

Additionally, the constructor is cleaned and set to @internal
to match doctrine/dbal 4.x immutable design.

Note: If removed methods are called, the would call
      the parent methods. They will be removed with
      the raise to doctrine/dbal 4.x.

Resolves: #101069
Related: #100963
Related: #97244
Related: #97081
Releases: main
Change-Id: I7162213631947f38f3f740a79b6ac3091d6db050
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79385


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 12ba81a1
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment