[
https://issues.apache.org/jira/browse/TAJO-1220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14231135#comment-14231135
]
ASF GitHub Bot commented on TAJO-1220:
--------------------------------------
GitHub user hys9958 opened a pull request:
https://github.com/apache/tajo/pull/276
TAJO-1220: Implement JDBC function for 'createStatement' and 'setEscapeP...
Hi guys!
- Statement createStatement(int resultSetType, int resultSetConcurrency)
- Support 'CONCUR_READ_ONLY' only.
- Not support 'TYPE_SCROLL_SENSITIVE'.
- void setEscapeProcessing(boolean enable)
- Tajo is not necessary the function. So do nothing.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hys9958/tajo tajo-1220
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/276.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 #276
----
commit ffd5aa0dd188d35214f9ea1edc792a4e77184b32
Author: hys9958 <[email protected]>
Date: 2014-12-02T07:04:43Z
TAJO-1220: Implement JDBC function for 'createStatement' and
'setEscapeProcessing'.
----
> Implement JDBC function for 'createStatement' and 'setEscapeProcessing'.
> ------------------------------------------------------------------------
>
> Key: TAJO-1220
> URL: https://issues.apache.org/jira/browse/TAJO-1220
> Project: Tajo
> Issue Type: Improvement
> Components: JDBC
> Reporter: YeonSu Han
> Assignee: YeonSu Han
> Fix For: 0.9.1
>
>
> If using some sql workbench, implement JDBC function the following.
> - Statement createStatement(int resultSetType, int resultSetConcurrency)
> - void setEscapeProcessing(boolean enable)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)