Description
If request fails on remote node (i.e. because of the data conversion), we get wrong error code inĀ BatchUpdateException. For example in test JdbcThinBatchSelfTest#testBatchDeleteExceptionPrepared returned code should be SqlStateCode.CONVERSION_FAILED due to wrong argument type, but have SqlStateCode.INTERNAL_ERROR.
Attachments
Issue Links
- is related to
-
IGNITE-6022 SQL: add native batch execution support for DML statements
- Resolved