Project

General

Profile

Actions

Feature #39773

closed

Changed TINYINT fields to INT

Added by Martin Huber over 11 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2012-08-13
Due date:
% Done:

100%

Estimated time:
PHP Version:
Tags:
Complexity:
easy
Sprint Focus:

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

39773_v01.diff (39.3 KB) 39773_v01.diff Marcus Schwemer, 2012-08-13 22:12
Actions #1

Updated by Marcus Schwemer over 11 years ago

Hi,

I went through the std TYPO3 tables and checked where this can occur.

The result is the attached patch.

Kind regards,
Marcus

Actions #2

Updated by Steffen Gebert over 11 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.

Actions #3

Updated by Gerrit Code Review over 11 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

Actions #4

Updated by Christian Kuhn over 11 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.

Actions #5

Updated by Steffen Gebert over 11 years ago

  • Assignee deleted (Steffen Gebert)

Fine with me

Actions #6

Updated by Marcus Schwemer over 11 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 90 to 100
Actions #7

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF