Actions
Task #101985
openDeal with leftover sql definitions from type=group
Status:
New
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2023-09-21
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
If a group field is defined as maxitems = 1 and has only one table in the allowed parameter, the resulting value is an integer. After #101908 these would be converted to text, so the sql definition was kept in place.
Deal with this exception from the rule and find a clean way to get rid of the sql definition and have those fields as integers
possible solutions:
- introduce a new TCA type for this exact configuration
- rewrite those definitions to selectSingle
- something else
Updated by Anja Leichsenring about 1 year ago
- Related to Feature #101553: Auto-create DB fields from TCA columns added
- Related to Feature #101908: Auto-create DB fields from TCA columns for type "group" added
Updated by Garvin Hicking 4 months ago
- Category set to Database API (Doctrine DBAL)
Actions