On Mon, Apr 14, 2008 at 3:47 AM, Maarten <[EMAIL PROTECTED]> wrote: > > I changed the column definition of svalue in extras/expool/ > dbexpstorage.rb: > > t.column :svalue, :text, :null => false, :limit => 1024*1024 > > Now the column is of type mediumtext. My test still didn't work, but > that was caused by "rake test" which re-initializes the schema of the > test database. I tested it on production after recreating the > expression table, and it runs without problems. > > Maybe the svalue column should be set to a larger size to accomodate > larger process definitions.
Hi Maarten, I have integrated your patch, thanks a lot for your analysis and for sharing your solution. http://github.com/jmettraux/ruote/commit/66960449805e9a9d900410474def8ddf36ebe528 Cheers, -- John Mettraux -///- http://jmettraux.openwfe.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenWFEru users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/openwferu-users?hl=en -~----------~----~----~----~------~----~------~--~---
