Skip to content
This repository was archived by the owner on Jan 2, 2023. It is now read-only.
This repository was archived by the owner on Jan 2, 2023. It is now read-only.

Batches of prepared statements should prepare the statement before retrying #117

@iconara

Description

@iconara

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions