Skip to content

sqlx-runner exec error #78

@woanware

Description

@woanware

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()
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions