Bug #106836
openWrong SQL datatype for "size" of sys_file
0%
Description
Hello,
since upgrading our bynder2 extension to TYPO3 13 the synchronization process of all files from bynder API does not work anymore. On console I get an error that value is too bif for "size". I found out that it must be "size" of table sys_file. In earlier TYPO3 versions it was BIGINT, since TYPO3 13 it is INT. Seems to be a problem since migrating to the new SchemaManager.
For now I will help me with overwriting the column definition, but from Core side it would be good to have good old BIGINT value again.
Nice greetings
Stefan
Updated by Stefan Froemken 14 days ago
Suddenly the size values of the datatypes were removed from my issue. Here again:
TYPO3 12 BIGINT 20
TYPO3 13 INT 11
Updated by Gerrit Code Review 14 days ago
- Status changed from New to Under Review
Patch set 2 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/+/89650
Updated by Gerrit Code Review 14 days ago
Patch set 3 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/+/89650
Updated by Garvin Hicking 14 days ago
- Related to Feature #102237: Auto-create DB fields from TCA columns for type "number" added