Actions
Bug #104872
closedIncrease length of field `sys_file_metadata`.`publisher`
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2024-09-10
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
Someone has reported this in EXT:extractor
, but the field is part of core.
https://github.com/xperseguers/t3ext-extractor/issues/85
Selecting distinct values from `sys_file_metadata`.`publisher`
at one of our projects shows many clipped values:
macOS Version 10.14.6 (Build 18G103) Quartz P macOS Version 12.6.1 (Build 21G217) Quartz PD macOS Version 13.2 (Build 22D49) Quartz PDFCo
However, nowadays, fields aren't silently truncated. Instead, a hard error is raised.
Since these appear to be common values, the publisher field should be extended beyond the current VARCHAR(45)
.
Actions