Feature #39773
closedChanged TINYINT fields to INT
100%
Description
Please change all fields in BE from TINYINT to INT.
At the moment it's not possible to use higher IDs as 255 for e.g. section_frame or layout.
Sometimes it's useful to structure your work on bigger installations.
Files
Updated by Marcus Schwemer over 12 years ago
- File 39773_v01.diff 39773_v01.diff added
- % Done changed from 0 to 90
Hi,
I went through the std TYPO3 tables and checked where this can occur.
The result is the attached patch.
Kind regards,
Marcus
Updated by Steffen Gebert over 12 years ago
- Category set to Database API (Doctrine DBAL)
- Status changed from New to Rejected
- Assignee set to Steffen Gebert
Thanks for your report, Martin. I'd say this is the classic customisation task you can do while setting up TYPO3. While it makes sense for you, it doesn't do so for many users of TYPO3.
By adding the definitions to a tables.sql file in a custom extension, you can customise the installation, where you need such high values.
So as long as not many people agree, I'm for rejecting this.
Updated by Gerrit Code Review over 12 years ago
- Status changed from Rejected to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/13636
Updated by Christian Kuhn over 12 years ago
@Steffen: This is no customization task only. I think it is very useful to make those fields big enough to handle for example timestamps (which is a nice solution against clashes). Therefor I'm +1 for the patch and will merge it as technical no-brainer.
Updated by Marcus Schwemer over 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 90 to 100
Applied in changeset 2a41bf5a5ab1bd6567dbab3e9400d156d8ebc694.