You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Jason Huynh (Jira)" <ji...@apache.org> on 2020/02/05 20:28:00 UTC

[jira] [Resolved] (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 ]

Jason Huynh resolved GEODE-7534.
--------------------------------
    Resolution: Fixed

> 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
>             Fix For: 1.12.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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)