You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Roman Kondakov (JIRA)" <ji...@apache.org> on 2018/01/17 08:16:00 UTC

[jira] [Created] (IGNITE-7447) SQL: Wrong {{BatchUpdateException}} error code if request fails on remote node.

Roman Kondakov created IGNITE-7447:
--------------------------------------

             Summary: SQL: Wrong {{BatchUpdateException}} error code if request fails on remote node.
                 Key: IGNITE-7447
                 URL: https://issues.apache.org/jira/browse/IGNITE-7447
             Project: Ignite
          Issue Type: Bug
          Components: jdbc, sql
    Affects Versions: 2.3
            Reporter: Roman Kondakov


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}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)