Project

General

Profile

Actions

Task #103343

closed

Replace sql int casts with `ExpressionBuilder::castInt()`

Added by Stefan Bürk 2 months ago. Updated 2 months ago.

Status:
Resolved
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2024-03-08
Due date:
% Done:

100%

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

Description

Since #98503 the new TypoScript parser is used
in the frontend, which used a value list trick
to minimize database queries. That required to
do proper value casting for each list element,
which has been implementend manually with dbms
vendor aware handling.

Recently #103309 enriched the `ExpressionBuilder`
with a couple of additional expression methods,
including `castInt()` expression.


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Feature #103309: Add more expression methods to ExpressionBuilderResolvedStefan Bürk2024-03-06

Actions
Related to TYPO3 Core - Task #98503: Use new TypoScript parser in FrontendClosed2022-10-03

Actions
Actions #1

Updated by Stefan Bürk 2 months ago

  • Related to Feature #103309: Add more expression methods to ExpressionBuilder added
  • Related to Task #98503: Use new TypoScript parser in Frontend added
Actions #2

Updated by Gerrit Code Review 2 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/+/83355

Actions #3

Updated by Stefan Bürk 2 months ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF