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

Destructive commit: string does not implement fmt.Stringer (missing String method) #2

Closed
iTanken opened this issue May 19, 2022 · 6 comments

Comments

@iTanken
Copy link

iTanken commented May 19, 2022

d42ba59 This is a destructive commit, after update denisenkom/go-mssqldb#745 compilation failed.

# github.com/denisenkom/go-mssqldb
vendor\github.com\denisenkom\go-mssqldb\token.go:790:70: cannot use info.Message (type string) as type fmt.Stringer in field value:
	string does not implement fmt.Stringer (missing String method)
@issueye
Copy link

issueye commented May 19, 2022

+1

@ATAN13
Copy link

ATAN13 commented May 19, 2022

+1 TKyyds

@dsuhinin
Copy link

dsuhinin commented May 19, 2022

+1. Could you please start using versions to do not break related packages. thank you!

@syuichi-tsuji
Copy link

so am I. I got the same error.

@iTanken iTanken changed the title Destructive commit Destructive commit: string does not implement fmt.Stringer (missing String method) May 19, 2022
@ai2hive
Copy link

ai2hive commented May 19, 2022

+1

@iTanken
Copy link
Author

iTanken commented May 20, 2022

Fixed #2 denisenkom/go-mssqldb@1598eaf

@iTanken iTanken closed this as completed May 20, 2022
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

6 participants