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

sqlx-runner exec error #78

Open
woanware opened this issue Mar 7, 2018 · 1 comment
Open

sqlx-runner exec error #78

woanware opened this issue Mar 7, 2018 · 1 comment

Comments

@woanware
Copy link

woanware commented Mar 7, 2018

Line 719 in sqlx-runner/exec.go won't compile as the NewV4 method returns a string and an error so causes a multi value returned error:

https://github.com/satori/go.uuid/blob/master/generator.go

func NewV4() (UUID, error) {
return global.NewV4()
}

@richp10
Copy link

richp10 commented May 25, 2018

Workaround used by many people is to set the go.uuid version like this in Gopkg.toml

[[constraint]]
name = "github.com/satori/go.uuid"
version = "v1.1.0"

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