.hgignore

Thu, 21 Dec 2017 19:48:27 +0100

author
Mike Becker <universe@uap-core.de>
date
Thu, 21 Dec 2017 19:48:27 +0100
changeset 359
bacb54502b24
parent 266
8c44c5919691
child 727
56e6b5ccbf11
permissions
-rw-r--r--

davql: allow ANYWHERE keyword in SELECT statements

This may seem pointless, but users might want to be explicit about this and the grammar is more consistent.

This commit also adds some no-ops to the functions body of the SET parser, because some day the grammar might allow more clauses after the WHERE clause.

syntax:regexp
^nbproject/.*$
^build/.*$
^docs/src/build/.*$
core$
^.c?project$
^.settings/.*$

mercurial