You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Alexandr Shapkin (Jira)" <ji...@apache.org> on 2019/11/18 14:04:00 UTC

[jira] [Created] (IGNITE-12381) QueryParser: propagate H2 ErrorCode to IgniteSQLException

Alexandr Shapkin created IGNITE-12381:
-----------------------------------------

             Summary: QueryParser: propagate H2 ErrorCode to IgniteSQLException
                 Key: IGNITE-12381
                 URL: https://issues.apache.org/jira/browse/IGNITE-12381
             Project: Ignite
          Issue Type: Improvement
          Components: sql
    Affects Versions: 2.7.6
            Reporter: Alexandr Shapkin


QueryParser#parseH2 method generalizes all h2 error codes as IgniteQueryErrorCode.PARSING

Whereas the actual error code could be more specific, like 

[TABLE_OR_VIEW_NOT_FOUND_1|https://www.h2database.com/javadoc/org/h2/api/ErrorCode.html#c42102] = 42102

Let's try to convert those codes into the appropriate IgniteQueryErrorCode values as well.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)