Actions
Task #103343
closedReplace sql int casts with `ExpressionBuilder::castInt()`
Status:
Closed
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.
Updated by Stefan Bürk 9 months ago
- Related to Feature #103309: Add more expression methods to ExpressionBuilder added
- Related to Task #98503: Use new TypoScript parser in Frontend added
Updated by Gerrit Code Review 9 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
Updated by Stefan Bürk 9 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e4d6ff5e9a352bd812748cc1fc6eef04f371fb5f.
Actions