You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Xavier FH Leong (JIRA)" <ji...@apache.org> on 2015/03/26 04:04:53 UTC

[jira] [Commented] (CALCITE-646) AvaticaStatement execute method unable to work in Remote JDBC

    [ https://issues.apache.org/jira/browse/CALCITE-646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14381272#comment-14381272 ] 

Xavier FH Leong commented on CALCITE-646:
-----------------------------------------

This is also fix in CALCITE-636, but it's a copy and pasted of executeQuery, should instead call executeQuery direct and check the resultSet to return BOOLEAN, to follow DRY

> AvaticaStatement execute method unable to work in Remote JDBC
> -------------------------------------------------------------
>
>                 Key: CALCITE-646
>                 URL: https://issues.apache.org/jira/browse/CALCITE-646
>             Project: Calcite
>          Issue Type: Bug
>    Affects Versions: 1.1.0-incubating
>            Reporter: YeongWei
>            Assignee: Julian Hyde
>
> 1) Tested with Java source code.
> 2) Tested with Apache Squirrel.
> On AvaticaStatement.execute routine, it is not calling the prepareAndExecuteInternal instead it is calling the executeQueryInternal which misses the remote execution call.



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