[
https://issues.apache.org/jira/browse/GEODE-7802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17258346#comment-17258346
]
ASF subversion and git services commented on GEODE-7802:
--------------------------------------------------------
Commit 93f80004390bea40764db7e669e0ca4604fbfefa in geode's branch
refs/heads/develop from Jakov Varenina
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=93f8000 ]
GEODE-7802: Add disclaimer for OQL queries in UG (#5844)
* GEODE-7802: Add disclaimer in UG: OQL queries are not pre-validated for
nonexistent attributes
and methods
> User Guide - add disclaimer that OQL queries are not pre-validated for
> nonexistent attributes
> ---------------------------------------------------------------------------------------------
>
> Key: GEODE-7802
> URL: https://issues.apache.org/jira/browse/GEODE-7802
> Project: Geode
> Issue Type: Improvement
> Components: docs
> Reporter: Dave Barnes
> Priority: Minor
> Labels: pull-request-available
>
> Community member @deepak khopade requests that we add a disclaimer to the
> user guide stating that OQL queries are not pre-screened for references to
> nonexistent attributes. The assertion is that users who have experience with
> other query models may expect Geode to apply such validation. In the Geode
> model, attributes and methods are resolved at runtime during query execution
> - the server does not know what's actually stored in a region until the query
> is executed.
> The disclaimer could be added in one of two places:
> Query Language Restrictions and Unsupported Features
> ([https://geode.apache.org/docs/guide/111/developing/querying_basics/restrictions_and_unsupported_features.html])
> or
> Querying FAQ and Examples
> ([https://geode.apache.org/docs/guide/111/getting_started/querying_quick_reference.html])
--
This message was sent by Atlassian Jira
(v8.3.4#803005)