When the CCK Content Migrate module is migrating computed fields they are being reset to the default size of 32 characters. This can cause database exceptions when it tries to insert values into columns that are not long enough to handle the underlying values, as well as leaving the converted field with a different length than it had previously. I will be submitting a patch that implements a CCK Content Migrate hook allowing the column definitions to be modified before creation of the new table. The end result is the computed field will inherit its previous length.

Comments

fbrooks’s picture

See attached patch file.

fbrooks’s picture

Sorry used the wrong issue number. See corrected attachment. Same as above just different file name.

kenorb’s picture

Issue summary: View changes
Status: Active » Needs review

Status: Needs review » Needs work