Skip to content

Commit

Permalink
Commit-specific blob
Browse files Browse the repository at this point in the history
  • Loading branch information
petersmythe authored Feb 12, 2024
1 parent 1c9e1df commit 51c3d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/en/user/source/tutorials/cql/cql_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ If instead we want to extract the states whose name is in a given list we can us
*STATE_NAME IN ('New York', 'California', 'Montana', 'Texas')*

.. warning::
`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"`
`Note <https://gis.stackexchange.com/a/475826/68995>`_: `id` is one of a few `reserved keywords <https://github.com/geotools/geotools/blob/2058be01323c3dea23d6df4d84b623be7f0b4102/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"`

Filter functions
------------------------
Expand Down

0 comments on commit 51c3d28

Please sign in to comment.