[
https://issues.apache.org/jira/browse/GEODE-7534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16998479#comment-16998479
]
ASF subversion and git services commented on GEODE-7534:
--------------------------------------------------------
Commit 76f7f85172e77f537ad9827c90c8d466ee6a83b7 in geode's branch
refs/heads/develop from Alberto Gomez
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=76f7f85 ]
GEODE-7534: Add example for query with bind params (#4452)
> 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)