You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Julian Hyde (JIRA)" <ji...@apache.org> on 2016/05/06 09:29:12 UTC

[jira] [Created] (CALCITE-1230) Add SQLSTATE reference data as enum SqlState

Julian Hyde created CALCITE-1230:
------------------------------------

             Summary: Add SQLSTATE reference data as enum SqlState
                 Key: CALCITE-1230
                 URL: https://issues.apache.org/jira/browse/CALCITE-1230
             Project: Calcite
          Issue Type: Bug
            Reporter: Julian Hyde
            Assignee: Julian Hyde


The SQL standard defines error codes for the standard things that can go wrong while processing SQL. If client applications are written to expect those error codes they can make their behavior uniform across databases.

Avatica can help by defining the standard codes in a new enum org.apache.calcite.avatica.SqlState.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)