[
https://issues.apache.org/jira/browse/TAJO-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14728713#comment-14728713
]
ASF GitHub Bot commented on TAJO-1749:
--------------------------------------
GitHub user hyunsik opened a pull request:
https://github.com/apache/tajo/pull/722
TAJO-1749: Refine JDBC exceptions to better handle exceptional cases.
See https://issues.apache.org/jira/browse/TAJO-1749.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hyunsik/tajo TAJO-1749
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/722.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #722
----
commit 9ead189293d673aebd57268b681a5f76b973f6ee
Author: Hyunsik Choi <[email protected]>
Date: 2015-09-03T02:56:47Z
initial work for TAJO-1749.
commit 44f491c7b89e095e39bc48de8b7c85b20c89a685
Author: Hyunsik Choi <[email protected]>
Date: 2015-09-03T02:56:58Z
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/tajo into
TAJO-1749
commit bb5379a7cdff5c9f6318234b83cbc342c4688a1c
Author: Hyunsik Choi <[email protected]>
Date: 2015-09-03T08:46:29Z
Add unit tests for exceptional cases and message, and SQLState map.
----
> Refine JDBC exceptions to better handle exceptional cases.
> ----------------------------------------------------------
>
> Key: TAJO-1749
> URL: https://issues.apache.org/jira/browse/TAJO-1749
> Project: Tajo
> Issue Type: Sub-task
> Components: Java Client, JDBC Driver
> Reporter: Hyunsik Choi
> Assignee: Hyunsik Choi
> Fix For: 0.11.0
>
>
> The main purpose of this issues is to improve JDBC driver to better handle
> exceptional cases. In detail, this patch will make JDBC driver to throw
> SQLExceptions with an exact SQLState. Also, I'll add more negative unit tests
> for JDBC drivers for them.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)