add support for rowctor without row, e.g. (1,2)
This commit is contained in:
parent
89a4dd0e3e
commit
e03090a6a1
3 changed files with 12 additions and 2 deletions
Language/SQL/SimpleSQL
|
@ -80,6 +80,9 @@
|
|||
> <+> text "for"
|
||||
> <+> scalarExpr e)
|
||||
|
||||
> scalarExpr (SpecialOp (Name "rowctor") as) =
|
||||
> parens $ commaSep $ map scalarExpr as
|
||||
|
||||
> scalarExpr (SpecialOp nm es) =
|
||||
> name nm <+> parens (commaSep $ map scalarExpr es)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue