Bugs item #19117, was opened at 2008-03-26 09:45 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=7857&aid=19117&group_id=2014
Category: AR-JDBC Group: None >Status: Closed >Resolution: Accepted Priority: 3 Submitted By: Nobody (None) Assigned to: Nobody (None) Summary: ar 0.8 adapter derby migration : quote_table_name missing method Initial Comment: method quote_table_name call in add_column method within class lib/jdbc_adapter/jdbc_derby.rb is missing and is raising exception during migration with new table columns under derby. ---------------------------------------------------------------------- >Comment By: Nick Sieger (nicksieger) Date: 2008-05-16 17:07 Message: Looks like you're running Rails 1.2.6 or similar earlier version of Rails. Later versions have this method in the AbstractAdapter base class. If you can upgrade Rails, that would be best. I'll also include a patch to trunk to include this method. ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=7857&aid=19117&group_id=2014 _______________________________________________ Jruby-extras-devel mailing list [email protected] http://rubyforge.org/mailman/listinfo/jruby-extras-devel
