aboutsummaryrefslogtreecommitdiffhomepage
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 f57f7a64..7a4d143f 100644
--- a/src/urweb.grm
+++ b/src/urweb.grm
@@ -1921,6 +1921,7 @@ obexps : obitem (let
diropt : (EVar (["Basis"], "sql_asc", Infer), dummy)
| ASC (EVar (["Basis"], "sql_asc", Infer), s (ASCleft, ASCright))
| DESC (EVar (["Basis"], "sql_desc", Infer), s (DESCleft, DESCright))
+ | LBRACE eexp RBRACE (eexp)
lopt : (EVar (["Basis"], "sql_no_limit", Infer), dummy)
| LIMIT ALL (EVar (["Basis"], "sql_no_limit", Infer), dummy)