You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Alberto Gomez (Jira)" <ji...@apache.org> on 2019/12/04 13:30:00 UTC

[jira] [Assigned] (GEODE-7534) Add to documentation how to access top level region data with bind parameters in the path expression (FROM)

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

Alberto Gomez reassigned GEODE-7534:
------------------------------------

    Assignee: Alberto Gomez

> Add to documentation how to access top level region data with bind parameters in the path expression (FROM)
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: GEODE-7534
>                 URL: https://issues.apache.org/jira/browse/GEODE-7534
>             Project: Geode
>          Issue Type: Improvement
>          Components: docs
>            Reporter: Alberto Gomez
>            Assignee: Alberto Gomez
>            Priority: Major
>
> When trying to create a query using bind parameters in the path expression (FROM) in order to select to level region data it is not obvious that in order for the expression to be correct, the bind parameter must be surrounded by parenthesis as in the following example:
>  
> SELECT e.key FROM ($1).entrySet e WHERE e.value.name=$2"



--
This message was sent by Atlassian Jira
(v8.3.4#803005)