Skip to content
This repository has been archived by the owner on Jun 28, 2018. It is now read-only.

migrate cli failing to build #285

Open
varunrau opened this issue Oct 4, 2017 · 4 comments
Open

migrate cli failing to build #285

varunrau opened this issue Oct 4, 2017 · 4 comments

Comments

@varunrau
Copy link

varunrau commented Oct 4, 2017

When I try and use the migrate cli I receive this error:
driver/mysql/mysql.go:57:23: undefined: mysql.MySQLWarnings

I believe this is because of this commit, which is a breaking API change. go-sql-driver/mysql@a8b7ed4

@mattes
Copy link
Owner

mattes commented Oct 9, 2017

Thanks, need to investigate more. It's a bummer, travis is pretty broken at this point.

@meghanashastri
Copy link

Hi, any update on this?

@varunrau
Copy link
Author

We were pinned to a pretty old version of migrate. Version 3 isn't broken.

We fixed this by writing up a simple script to use the library instead of the cli tool. We plan to move over to v3, but we're not ready yet.

@JensRantil
Copy link
Contributor

#310 introduces vendoring of 3rd party libraries and would have avoided this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants