GoMySQL icon indicating copy to clipboard operation
GoMySQL copied to clipboard

goinstall version is not the latest

Open edwardrf opened this issue 14 years ago • 1 comments

I installed the GoMySQL using goinstall

goinstall github.com/Philio/GoMySQL

And cloned a version from github, the diff on statement.go shows on

612c612
<   err = s.c.command(COM_STMT_RESET, s.statementId)

---
>   err = s.c.command(COM_STMT_CLOSE, s.statementId)

Which exactly what thomas has commited for the latest version.

edwardrf avatar Aug 31 '11 14:08 edwardrf

This might be a dumb question, but do you already have an older release of GoMySQL installed?

If so, just do goinstall -a -u. That will update, recompile, and reinstall all goinstalled packages.

seabre avatar Feb 21 '12 22:02 seabre