On 10/21/10 - 10:32:41AM, Ian Main wrote: > Turns out some error messages are longer than the 255 chars in the > 'string' type, so switch last_error in instances to be a 'text' field. > This fixes a bug we were seeing where long error messages weren't > getting into the db.
According to the activerecord documentation, this should be a generic field that works on all adapters. We have only tested on Postgres for now, but I think that is reasonable enough. ACK -- Chris Lalancette _______________________________________________ deltacloud-devel mailing list [email protected] https://fedorahosted.org/mailman/listinfo/deltacloud-devel
