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

db.ExecContext successfully executes query, but returns obscure driverResult error #41671

Closed
AndrewYinLi opened this issue Sep 28, 2020 · 2 comments

Comments

@AndrewYinLi
Copy link

AndrewYinLi commented Sep 28, 2020

Go version: 1.12.7

Couldn't find anything on this error: sql.driverResult{Locker:(*sql.driverConn)(0xc00023ef80), resi:5}
Query: UPDATE deployment.users SET deactivated = $1 WHERE (email LIKE $2 AND deactivated = $3 AND created <= $4 AND organization_id = $5

The query successfully executes as intended but I'm concerned about this error.

@AndrewYinLi
Copy link
Author

AndrewYinLi commented Sep 28, 2020

It's 4am and I'm tired. Resolved the issue--was a problem on my end.

@davecheney
Copy link
Contributor

@AndrewYinLi I'm glad to hear you fixed your issue. Please consider upgrading to Go 1.15 or later. Go 1.12 is very not supported.

@golang golang locked and limited conversation to collaborators Sep 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants