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

Fix mysql sqltype migrations [#752] #754

Merged
merged 4 commits into from
Dec 16, 2017
Merged

Fix mysql sqltype migrations [#752] #754

merged 4 commits into from
Dec 16, 2017

Conversation

dgaw
Copy link
Contributor

@dgaw dgaw commented Dec 5, 2017

A fix and a test for MySQL migrations containing certain backend-specific sqltypes (i.e. mediumtext, longtext, mediumblob, longblob and custom precision double).

Closes #752

@paul-rouse
Copy link
Contributor

The test failure looks random - I've just restarted that one case.

@dgaw
Copy link
Contributor Author

dgaw commented Dec 5, 2017

Thanks @paul-rouse. I think it was a network timeout or something.

@MaxGabriel MaxGabriel merged commit 9b5bba8 into yesodweb:master Dec 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[mysql] Specifying sqltype=double(6,5) or sqltype=mediumtext causes repeated migrations
3 participants