[TYPO3-core] RFC #13871: Field data_page_type in table index_phash is too small

Andreas Otto andreas at otto-hanika.de
Sat Mar 20 14:42:50 CET 2010


This is an SVN patch request.

Type: Bug

Bugtracker references:
http://bugs.typo3.org/view.php?id=13380

Branches:
4-3, trunk

Problem:
The field data_page_type is of type tinyint which can hold values from
0-255. This might be too small if you have a typeNum which is e. g. 280.

Solution:
To solve this we can choose between two, maybe three things.

1) Change the field data_page_type from tinyint to int, that should
leave enough room for everyone.

2) Change the documentation on [1] and define a range there.

3) Change the field data_page_type from tinyint to smallint and change
the documentation on [1] and define a range there.

[1]<http://typo3.org/documentation/document-library/core-documentation/doc_core_tsref/4.4.0/view/1/6/#id2516046>

Once we have agreed how this issue will be solved it is a no brainer.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 13871-solution-1.patch
Type: text/x-patch
Size: 692 bytes
Desc: not available
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100320/d8a9d1ee/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 13871-solution-3.patch
Type: text/x-patch
Size: 696 bytes
Desc: not available
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100320/d8a9d1ee/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3761 bytes
Desc: not available
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100320/d8a9d1ee/attachment-0002.bin>


More information about the TYPO3-team-core mailing list