Silly me, I changed the table and the property definition on the database servers code, but not on the application server.
On Jan 12, 11:09 am, jkestr <[email protected]> wrote: > I have a MySQL table with a longtext column but am unable to save > large text fields. The error displays the same maximum character > message as it did before I changed the column from a text to longtext. > I changed the property in my model according > tohttp://groups.google.com/group/datamapper/browse_thread/thread/8c84d6... > and auto_upgraded, but I still cannot save an object there the value > is more 65,535 characters. > > The DataMapper error is "Content must be at most 65535 characters > long" > The MySQL column type is LONGTEXT > The property deffenition is "property :content, Text, :required => > false, :length => 2**32-1" > > Do I need to change the property definition from Text to something > else? > > Best > Jake -- You received this message because you are subscribed to the Google Groups "DataMapper" 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/datamapper?hl=en.
