Skip to content
Snippets Groups Projects
Commit 37a08eaa authored by Christian Kuhn's avatar Christian Kuhn
Browse files

[TASK] Have TEXT for type=input length > 255

Long VARCHAR() fields tend to eat up quite a bit of
"65k bytes maximum row size" space, especially with
utf8mb4.
The patch changes TCA type="input" fields longer than
255 chars from VARCHAR() to TEXT (65k bytes). This
looks like a sane tradeoff between limits and
storage efficiency.
Extension authors who need or want to override default
TCA schema details for whatever reason, can of course
do so by defining something specific in ext_tables.sql.

Resolves: #104146
Related: #101553
Related: #104098
Releases: main
Change-Id: I4a0b38e84ac1f12c9605c48188c6f28b400c59ca
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/84774


Reviewed-by: default avatarGarvin Hicking <gh@faktor-e.de>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarOliver Wand <wand@itaw.de>
Tested-by: default avatarGarvin Hicking <gh@faktor-e.de>
parent e06cac85
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment