gnorm icon indicating copy to clipboard operation
gnorm copied to clipboard

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

Open wuleninja opened this issue 6 years ago • 2 comments

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.

wuleninja avatar Dec 18 '18 13:12 wuleninja

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

natefinch avatar Dec 19 '18 03:12 natefinch

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

wuleninja avatar Dec 19 '18 09:12 wuleninja