schema dump in Rails migrations with jdbcmysql driver does not properly dump a
composite index which contains the 'id' column
-----------------------------------------------------------------------------------------------------------------------------
Key: JRUBY-4025
URL: http://jira.codehaus.org/browse/JRUBY-4025
Project: JRuby
Issue Type: Bug
Components: JRuby-extras
Affects Versions: JRuby 1.3.1
Environment: activerecord-jdbcmysql-adapter v 0.9.1, Rails 2.2.2
Reporter: Chad Woolley
To reproduce: Make a dummy rails 2.2.2 app. Create migration to create a table
with an integer column and a concatenate index on the integer column and the
'id' column. Look at the resulting dumped schema.rb - the create_index command
in the schema dump is missing the id column.
--
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