Closed (fixed)
Project:
Term Fields
Version:
6.x-1.8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Nov 2009 at 19:44 UTC
Updated:
16 Dec 2009 at 00:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
hass commentedThis is for sure a bug as it's an unsupported data type (http://drupal.org/node/159605), but needs an update function to correct longtext if used in past.
Comment #2
hass commentedOk, there is no update hook required as size => big is longtext on mysql and we are therefore fine. Changed the code to use API functions and the core schema specs. Untested... I'm still waiting for getting the review patch committed and than this one may needs a re-role.
Comment #3
hass commentedComment #4
hass commentedHas been committed.