Project

General

Profile

Actions

Bug #106836

open

Wrong SQL datatype for "size" of sys_file

Added by Stefan Froemken 14 days ago. Updated 14 days ago.

Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
DataHandler aka TCEmain
Target version:
Start date:
2025-06-05
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
13
PHP Version:
8.3
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:

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


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #102237: Auto-create DB fields from TCA columns for type "number"ClosedAnja Leichsenring2023-10-24

Actions
Actions #1

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

Actions #2

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

Actions #3

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

Actions #4

Updated by Garvin Hicking 14 days ago

  • Related to Feature #102237: Auto-create DB fields from TCA columns for type "number" added
Actions

Also available in: Atom PDF