Bugs item #13558, was opened at 2007-09-01 04:12
You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=7857&aid=13558&group_id=2014

Category: AR-JDBC
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: T Meyarivan (mary)
Assigned to: Nobody (None)
Summary: Bug in AR-JDBC 0.5 - JdbcAdapter.indexes()

Initial Comment:
The definition for the method indexes() in the class JdbcAdapter should read:
(patch attached)

      def indexes(table_name, name = nil)
        @connection.indexes(table_name, name)
      end

I stumbled across this while trying to get the foreign_key_associations plugin
to work 
(http://www.redhillonrails.org/svn/trunk/vendor/plugins/foreign_key_associations).


--



----------------------------------------------------------------------

Comment By: Jason Cosmo (jcosmo)
Date: 2007-10-17 22:56

Message:
+1

----------------------------------------------------------------------

You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=7857&aid=13558&group_id=2014
_______________________________________________
Jruby-extras-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/jruby-extras-devel

Reply via email to