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

Problem with https://github.com/golang-sql/sqlexp package. #750

Open
dsuhinin opened this issue May 19, 2022 · 1 comment
Open

Problem with https://github.com/golang-sql/sqlexp package. #750

dsuhinin opened this issue May 19, 2022 · 1 comment

Comments

@dsuhinin
Copy link

Could you please take a look into this line ->

_ = sqlexp.ReturnMessageEnqueue(ctx, outs.msgq, sqlexp.MsgNotice{Message: info})
. Right now because of incompatible changes here -> golang-sql/sqlexp@d42ba59 go-mssqldb packages just sopped working with message:

#5 12.59 pkg/mod/github.com/denisenkom/go-mssqldb@v0.12.0/token.go:790:70: cannot use info.Message (type string) as type fmt.Stringer in field value:
#5 12.59 	string does not implement fmt.Stringer (missing String method)

so you probably need to implement Stringer interface.

@kardianos
Copy link
Collaborator

kardianos commented May 19, 2022 via email

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