-
Notifications
You must be signed in to change notification settings - Fork 66
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
Query Result NOT Identical to Records In DB #244
Comments
No idea. Have you tried with the race detector? |
we have try these three cases:
|
I'll try to create a reproducer, but if you use only database/sql, you could easily try my other driver, gopkg.in/goracle.v2 . |
70733b7 has a reproducer
But couldn't find a solution yet. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
we found that when query using multiple go routine, the query result is not identical to that in database.
reproduction environment:
sample output:
main.go.txt
The text was updated successfully, but these errors were encountered: