summaryrefslogtreecommitdiff
path: root/src/urweb.grm
diff options
context:
space:
mode:
Diffstat (limited to 'src/urweb.grm')
-rw-r--r--src/urweb.grm1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/urweb.grm b/src/urweb.grm
index 6f355c43..27a06191 100644
--- a/src/urweb.grm
+++ b/src/urweb.grm
@@ -726,6 +726,7 @@ eterm : LPAREN eexp RPAREN (#1 eexp, s (LPARENleft, RPARENright))
(EPrim (Prim.String ""), s (XML_BEGINleft, XML_ENDright))),
s (XML_BEGINleft, XML_ENDright))
| LPAREN query RPAREN (query)
+ | LPAREN CWHERE sqlexp RPAREN (sqlexp)
| UNDER (EWild, s (UNDERleft, UNDERright))
idents : ident ([ident])