Skip to content

Commit

Permalink
Incorporate Andrea's institutional knowledge
Browse files Browse the repository at this point in the history
  • Loading branch information
petersmythe authored Feb 12, 2024
1 parent 546ce78 commit 08f9d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/en/user/source/filter/ecql_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ An attribute name denotes the value of a feature attribute.

* Simple attribute names are sequences of letters and numbers, e.g. `States123`
* Attribute names quoted with double-quotes may be any sequence of characters, e.g. `"States!@#"`
* `Note <https://gis.stackexchange.com/a/475826/68995>`_: `id` is a reserved word in the GML spec (for the FeatureID) and thus an attribute (or database column) named `id` must be quoted, e.g. `"id"`
* `Note <https://gis.stackexchange.com/a/475826/68995>`_: `id` is one of a few `reserved keywords <https://github.com/geotools/geotools/blob/main/modules/library/cql/src/main/jjtree/ECQLGrammar.jjt#L180>`_ in ECQL and thus an attribute (or database column) named `id` must be quoted, e.g. `"id"`

.. _ecql_literal:

Expand Down

0 comments on commit 08f9d41

Please sign in to comment.