Project

General

Profile

Actions

Task #97244

closed

Deprecate CompositeExpression and ExpressionBuilder methods

Added by Stefan Bürk over 2 years ago. Updated almost 2 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2022-03-27
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

doctrine/dbal has deprecated mutliple methods in 'CompositeExpression'
and 'ExpressionBuilder'. Forward compatible replacements has been added
with #97081 , core usage replaced with #97110 and #97124.

Additionally usage in typo3/cms-styleguide has been properly replaced as a preparation
for the deprecation with https://github.com/TYPO3/styleguide/pull/303

Now, the old methods and ways should be deprecated accordingly:

  • ExpressionBuilder->andX()
  • ExpressionBuilder->orX()
  • CompositeExpression->add()
  • CompositeExpression->addMultiple()
  • instantiating CompositeExpression direclty with new CompositeExpression()

Related issues 4 (0 open4 closed)

Related to TYPO3 Core - Task #97124: [TASK] Replace 'CompositeExpression->add()' usageClosed2022-03-06

Actions
Related to TYPO3 Core - Task #97110: Replace ExpressionBuilder::andX() and ExpressionBuilder::orX()ClosedStefan Bürk2022-03-05

Actions
Related to TYPO3 Core - Task #97081: Provide forward-compatible CompositeExpression/ExpressionBuilderClosedStefan Bürk2022-03-02

Actions
Related to TYPO3 Core - Task #101069: Remove deprecated `CompositeExpression` methodsClosedStefan Bürk2023-06-14

Actions
Actions

Also available in: Atom PDF