Bugs item #13558, was opened at 2007-08-31 20: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: Closed
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: Ola Bini (olabini)
Date: 2008-02-12 13:02

Message:
Thanks. This has been fixed on AR-JDBC trunk.

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

Comment By: Jason Cosmo (jcosmo)
Date: 2007-10-17 14: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