Hyunsik Choi created TAJO-745:
---------------------------------
Summary: APIs in TajoClient and JDBC should be case sensitive.
Key: TAJO-745
URL: https://issues.apache.org/jira/browse/TAJO-745
Project: Tajo
Issue Type: Improvement
Components: client
Affects Versions: 0.8-incubating, 1.0-incubating
Reporter: Hyunsik Choi
Assignee: Hyunsik Choi
Identifiers that APIs in TajoClient and Tajo JDBC driver take are normalized in
client API side. So, identifiers composed of upper and lower mixed characters
should be used with double quote ("). This convention is different from
existing JDBC driver's convention. It makes ugly code when users use TajoClient.
This patch changes their APIs to be case sensitive. In addition, this patch
adds some missing JDBC APIs and fixes wrong behaviors of {{getTables()}} and
{{getColumns()}} in JDBC APIs.
--
This message was sent by Atlassian JIRA
(v6.2#6252)