some mysql issues 2 rc6

  1. enums
    generateChangeLog gives unquoted string in defaultValue:
    <column defaultValue=“Off” name=“toggledOn” type=“enum(‘On’,‘Off’)”>
    which causes syntax err during update, should be

  2. composite indexes
    generateChangeLog does not preserve column order is composite indexes
    columns go in alphabetical order

thanks

Thanks, I created http://liquibase.jira.com/browse/CORE-755 to track them.  I don’t believe either were handled correctly in 1.9, and unfortunately I had to push the generateChangeLog improvements to 2.1 in order to get 2.0 out ever.

Nathan