Use "text" instead of "string" in the hibernate mapping, where appropriate
--------------------------------------------------------------------------
Key: XWIKI-2038
URL: http://jira.xwiki.org/jira/browse/XWIKI-2038
Project: XWiki Platform
Issue Type: Improvement
Components: Storage
Affects Versions: 1.2
Reporter: Sergiu Dumitriu
Technically, "string" should be used for small text values (at most 255
characters), because it is mapped to the VARCHAR datatype, which is limited in
most databases to at most 255 characters. This is one of the main reasons why
we have separate mapping files for oracle and derby.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
notifications mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/notifications