1
Fork 0

add support for values

This commit is contained in:
Jake Wheat 2013-12-17 13:27:16 +02:00
parent 4330b3d7e0
commit c52334943f
5 changed files with 18 additions and 4 deletions
Language/SQL/SimpleSQL

View file

@ -159,6 +159,8 @@
> ,qe2 :: QueryExpr
> }
> | With [(Name,QueryExpr)] QueryExpr
> | Values [[ScalarExpr]]
> deriving (Eq,Show,Read)
TODO: add queryexpr parens to deal with e.g.