[TYPO3-core] RFC: Change field type of various mounts

Michael Stucki michael at typo3.org
Sun Feb 4 17:57:52 CET 2007


Thanks Masi and Oliver,

Oliver Hader wrote:
> Michael Stucki wrote:
>> -  db_mountpoints varchar(40) DEFAULT '' NOT NULL,
>> +  db_mountpoints tinytext DEFAULT '' NOT NULL,
> 
> The "DEFAULT ''" part has no effect on tinytext fields. Please just use
> "<fieldname> tinytext NOT NULL".
> Apart from this small mistake +1

According to Masis suggestion and considering this minor DBAL issue, I have
used varchar(255) instead and kept the DEFAULT statement.

Committed the attached patch to Trunk.

- michael
-- 
Use a newsreader! Check out
http://typo3.org/community/mailing-lists/use-a-news-reader/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: db_mount_fieldlength_v2.diff
Type: text/x-diff
Size: 2102 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20070204/37abb9c5/attachment.bin 


More information about the TYPO3-team-core mailing list