generatedata icon indicating copy to clipboard operation
generatedata copied to clipboard

Saved data set with a large custom list fails to load

Open Technology-John opened this issue 6 years ago • 1 comments

Created a data set and set the data type of one column to custom list. The custom list was relatively short. The data set was saved and has been run numerous times.

Increased the custom list to 391 KB and saved the data set. Now unable to load that data set. The previous version of the data set (which differs only by the custom list) still loads fine.

Technology-John avatar Dec 19 '19 12:12 Technology-John

Hi @Technology-John, this is a bug. The content database field for the [prefix]configuration_history table needs to be updated from TEXT to MEDIUMTEXT.

I'll do a patch release to the 3.x branch of generatedata to make this fix. In the meantime, the production site has been updated. Thanks for the report!

benkeen avatar Jan 03 '20 04:01 benkeen