Closed (fixed)
Project:
Feeds
Version:
7.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Aug 2012 at 11:22 UTC
Updated:
4 Jan 2017 at 19:27 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
theduke commentedPatch.
Also changing priority to major since this completely breaks functionality once reaching a certain config size.
Comment #2
theduke commentedWhoops, missing comma...
Comment #3
twistor commentedhook_schema needs to be updated as well. Also, while we're at it, let's change from text to blob. Would it make more sense to split the configs into three separate columns? How many mappings do you have?
Comment #4
theduke commentedI don't think it's necessary to split into 3 columns.
MySQL longblob/longtext columns can hold 4GB of data.
That should suffice.
I'm attaching a patch that changes both config fields to blob.
It's probably not necessary to change the source config to big,
but let's make them consistent.
Comment #5
theduke commentedAre the changes ok for you twistor?
Comment #6
stylesuxx commentedAs stated (and closed as duplicate) here: http://drupal.org/node/1736438 I'd like to see this changed too :-)
Comment #7
theduke commentedBumping...
Comment #8
twistor commentedComitted to 7.x
http://drupalcode.org/project/feeds.git/commit/ceb98dd
Comment #9
twistor commentedHow many mappings do you have?
Comment #10
stylesuxx commentedAbout 320.
Comment #11
lyricnz commentedIt seems db_change_field() didn't work for SQL server - #1828950: Update to alpha7 database update fails on MSSQL
Comment #12
megachrizThis was fixed a long time ago.
Comment #13
megachriz