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

Gnorm does not seem to work with recent mysql version (v8) #113

Open
wuleninja opened this issue Dec 18, 2018 · 2 comments
Open

Gnorm does not seem to work with recent mysql version (v8) #113

wuleninja opened this issue Dec 18, 2018 · 2 comments

Comments

@wuleninja
Copy link
Contributor

I've upgraded my mysql install from v5.7 to v8, and had gnorm not working anymore.
After some debug, I've found that this is due to the version of the mysql driver being a bit too old.

So I've tried upgrading all the dependencies in my fork and this worked.

I first removed the Gopkg files, the vendor folder, and made all the imports point to my fork, then dep init, tweaked the Gopkg.toml to set all the dependencies (but 1) on their master branch, then dep ensure -v -update, and voila, a working gnorm version with up-to-date dependencies.

@natefinch
Copy link
Member

interesting, thanks for debugging it. I'll give that a try.

@wuleninja
Copy link
Contributor Author

Great ! I haven't tested the backward compatibility though... i.e. this fork might not work with MySQL 5.7 for example.

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

No branches or pull requests

2 participants