[
https://issues.apache.org/jira/browse/CALCITE-1230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Julian Hyde resolved CALCITE-1230.
----------------------------------
Resolution: Fixed
Fixed in http://git-wip-us.apache.org/repos/asf/calcite/commit/6bc34d03.
There is one more commit in
https://github.com/julianhyde/calcite/tree/1230-sql-state, to deprecate
SqlStateCodes. We need to apply that in Calcite after Avatica 1.8.0 is released.
> Add SQLSTATE reference data as enum SqlState
> --------------------------------------------
>
> Key: CALCITE-1230
> URL: https://issues.apache.org/jira/browse/CALCITE-1230
> Project: Calcite
> Issue Type: Bug
> Components: avatica
> Reporter: Julian Hyde
> Assignee: Julian Hyde
> Fix For: avatica-1.8.0
>
>
> 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)