-
Notifications
You must be signed in to change notification settings - Fork 428
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
Meta data caching batch query issue #393
Meta data caching batch query issue #393
Conversation
Using the test repro raised by @thomek,
this is what the profiler shows before this pr:
Result of profiler after the changes made:
The issue is when we hit the error message of "could not find prepared statement with handle x", we don't reset the batch parameters and reset the preparedTypeDefinitions @TobiasSQL your thoughts are appreciated on this. |
Codecov Report
@@ Coverage Diff @@
## dev #393 +/- ##
===========================================
+ Coverage 40.12% 44.92% +4.8%
- Complexity 1890 2132 +242
===========================================
Files 107 107
Lines 24482 24671 +189
Branches 4038 4102 +64
===========================================
+ Hits 9823 11084 +1261
+ Misses 12820 11723 -1097
- Partials 1839 1864 +25
Continue to review full report at Codecov.
|
Fixes issue #375 and issue #374