Comment #2 on issue 1628 by [email protected]: String fields in the db are limited to 255 characters but users demand bigger sizes and there is not warnings
http://code.google.com/p/qubit-toolkit/issues/detail?id=1628

Let's use the LONGVARCHAR/TEXT field type for columns that require more than 255 chars so we don't run into the same problem with an arbitrary value like 512 chars - hopefully 65,536 chars is enough ;).

The actual memory use for all these field types is determined by the amount of data stored so there's no extra overhead for a larger char limit afaik.

--
You received this message because you are subscribed to the Google Groups "Qubit 
Toolkit Issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-issues?hl=en.

Reply via email to