You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Michael Mior (JIRA)" <ji...@apache.org> on 2018/11/05 14:01:00 UTC

[jira] [Updated] (CALCITE-2609) Dynamic parameters ? pushed to underlying jdbc schema

     [ https://issues.apache.org/jira/browse/CALCITE-2609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Mior updated CALCITE-2609:
----------------------------------
    Description: 
When using PreparedStatement parameters "?" they can be pushed down to jdbc subschemas which cause an error.

RexDynamicParam should now be pushed to jdbc schema.

  was:
When using PreparedStatement parameters "?" they can be pushed down to jdbc subschemas which cause an error.

RexDynamicParam should no be pushed to jdbc schema.


> Dynamic parameters ? pushed to underlying jdbc schema
> -----------------------------------------------------
>
>                 Key: CALCITE-2609
>                 URL: https://issues.apache.org/jira/browse/CALCITE-2609
>             Project: Calcite
>          Issue Type: Bug
>    Affects Versions: 1.17.0
>            Reporter: Piotr Bojko
>            Assignee: Julian Hyde
>            Priority: Major
>
> When using PreparedStatement parameters "?" they can be pushed down to jdbc subschemas which cause an error.
> RexDynamicParam should now be pushed to jdbc schema.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)