AR-jdbcderby adapter should override defaults set in database_limits.rb -----------------------------------------------------------------------
Key: JRUBY-4876 URL: http://jira.codehaus.org/browse/JRUBY-4876 Project: JRuby Issue Type: Bug Components: JRuby-extras Affects Versions: JRuby 1.5.1 Environment: activerecord 2.3.8 Reporter: Uwe Kubosch Attachments: ar.patch Using AR Migration to add an index with a name with length 65 to 128 characters fails due to a new default limit in AR 2.3.8. This limit for index names should be overridden for derby since it allows for index names up to 128 characters. The fix is to define the limit in the jdbc_derby.rb file. Patch with fix and test included. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email