Actions
Bug #103141
openTCA type=uuid does not use native uuid type for postgresql
Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
Start date:
2024-02-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When using TCA type=uuid the native uuid type for postgresql is not used.
Currently the doctrine type Types::GUID is not used. Instead of a string type with a length for 36 is used.
Actions