Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
see https://github.com/r2dbc/r2dbc-spi/issues/229
Statement batching differ from Batch implementation, see https://github.com/r2dbc/r2dbc-spi/blob/main/r2dbc-spec/src/main/asciidoc/statements.adoc#batching
Current implementation required to have Statement::add call after each batching.
Correction needs to take in account current bind parameters.