-
doctrine/dbal moves their classes forward and deprecated some stuff while providing replacement for it. This has been early adopted for the core facade classes with #97081 in a forward-compatible way. Before deprecating the old methods core usage have to be replaced. Following ExpressionBuilder methods are replaced: * 'andX()' with 'and()' * 'orX()' with 'or()' 'and()' and 'or()' are made strict along the way. This is a preparation to deprecate 'andX()' and 'orX()' to align with ongoing deprecation and replacement of doctrine/dbal changes. Resolves: #97110 Related: #97081 Releases: main Change-Id: Ia931266c6edc3abea38122242d7eab1092ae7d49 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/73817 Tested-by:
Nikita Hovratov <nikita.h@live.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Nikita Hovratov <nikita.h@live.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
b1ac6218