Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MySQL: Fix schema dumping enum and set columns correctly #36604

Merged
merged 1 commit into from Jul 6, 2019

Commits on Jul 5, 2019

  1. MySQL: Fix schema dumping enum and set columns correctly

    `enum` and `set` are typed cast as `:string`, but currently the
    `:string` type is incorrectly reused for schema dumping.
    
    A cast type on columns is not always the same with `sql_type`, this
    fixes schema dumping `enum` and `set` columns to use `sql_type` instead
    of `type` correctly.
    kamipo committed Jul 5, 2019
    Copy the full SHA
    52729fb View commit details
    Browse the repository at this point in the history