Closed tkyc closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 50.78%. Comparing base (
0e97689
) to head (ed981ca
). Report is 4 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This error isn't explicitly thrown, so I can't really test by not looking for it. In the old code, this error was consumed and the driver would keep running.
Discovered that when attempting to reuse the same pstmt object, the driver would error out with
R_multipleQueriesNotAllowed
and consume that error.