-
Type: Bug
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: 1.9.1
-
Component/s: None
-
None
Currently, the batch inserts method raises the first error collected from the server with continue_on_error = true.
It should return the last, as continue_on_error returns the most recent error from the server. The driver should return the most recent error as well for consistency.