You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 2, 2023. It is now read-only.
When Batch#execute encounters a connection where a prepared statement has not been prepared it handles this by retrying, but there's nothing that says that it will get a connection where the statement has been prepared on the next try. Instead it should do something like what PreparedStatement#execute does and make sure that the statement is prepared on the chosen connection.