Active
Project:
Public Bookings
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
10 Aug 2010 at 09:20 UTC
Updated:
10 Aug 2010 at 10:18 UTC
Jump to comment: Most recent
Comments
Comment #1
Anonymous (not verified) commentedWell, I'd strongly dislike setting a VARCHAR to more then 255 characters in length... backward compatibility or compatiblity to other databases are important factors in a CMS.
Setting this to a TEXT-field would be possible – but then searching in the description field would be much slower.
Comment #2
rodrigobb commentedI now you could disagree, that's why I pasted the lines from the MySQL doc ;)
I just pointed that 255-length descriptions are very short (IMHO). You are the module leader, you decide.
Comment #3
Anonymous (not verified) commentedI agree that it's short (actually it's more with 3.x ;) ) … but Drupal 6 requires "MySQL 4.1 or higher" – and thus I don't want to use "5.x only features". I'll think about switching to a text-field :)