-
Notifications
You must be signed in to change notification settings - Fork 33
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
Could not find prepared statement with handle #289
Comments
This is how to reproduce it:
It uses |
It seems to make a difference when the root log level and / or the Change can be done here to trigger the error. |
WARNING: THIS LIBRARY HAS MAJOR ISSUES AND IT LOOKS LIKE DEVELOPMENT HAS BEEN DEAD FOR OVER A YEAR. It appears you have fallen into the lucky version of this bug where you are at least getting an error when the library mixes up the prepared statements. Our team actually experienced the very dangerous version of this bug where it mixed up the prepared statements that had the same parameters and it actually queried the wrong data! |
I am inserting a few rows concurrently (using scala future, 100 queries) and I am getting the following
ErrorToken
:I am using
1.0.2-RELEASE
andpreferCursoredExecution=false
.The text was updated successfully, but these errors were encountered: