Details
Description
ClientSqlExecuteBatchRequest uses custom error serialization. We can't rely on the top-level handler in ClientInboundMessageHandler because we need to send update counter even in case of an error.
- Stack trace is missing when SendServerExceptionStackTraceToClient is true
- The code is duplicated
Reuse the code and ensure consistent error serialization.
We should use ErrorExtensions mechanism to transfer additional information for specific exception types.
Attachments
Issue Links
- is caused by
-
IGNITE-17059 Thin 3.0: Implement batch SQL API for java thin client
- Resolved
- is related to
-
IGNITE-22572 ODBC 3.0: Improve SqlBatchException processing
- Open
- relates to
-
IGNITE-22575 .NET: Thin 3.0: Propagate SqlBatchException.updateCounters
- Open
- links to