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.
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/+/83026
Updated by Alexander Schnitzler about 1 month ago
- Related to Bug #105310: \TYPO3\CMS\Core\Database\Schema\Parser\Parser translates CHAR to VARCHAR added
Actions