-
-
Notifications
You must be signed in to change notification settings - Fork 235
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
can't scan 1 (float32) into float32 #993
Comments
Second this. In addition to this, for me at least, it doesn't work either if I try to scan |
Found out that the root problem in my case actually lies in https://github.com/denisenkom/go-mssqldb. According to the spec, the scanner function in In line 355, this conversion is missing, whereas in line 396 and other cases, the functions comply to the go spec. Adding the needed type cast in line 355 solves my issue. I suppose that it probably makes more sense to look at https://github.com/go-sql-driver/mysql for your issue. |
This issue has been automatically marked as stale because it has not had activity in the last 30 days. If there is no update within the next 7 days, this issue will be closed. |
what should i fix this error?
The text was updated successfully, but these errors were encountered: