update to accept latest mtl
This commit is contained in:
parent
8996230093
commit
7914898cc8
5 changed files with 19 additions and 6 deletions
Language/SQL/SimpleSQL
|
@ -832,7 +832,7 @@ together.
|
|||
> ,orderBy <* closeParen
|
||||
> <**> (optionMaybe afilter <$$$$> aggAppWithoutDupe)]
|
||||
> -- no valueExprs: duplicates and order by not allowed
|
||||
> ,([] <$ closeParen) <**> (window <|> withinGroup <|> pure (flip App))
|
||||
> ,([] <$ closeParen) <**> option (flip App) (window <|> withinGroup)
|
||||
> ]
|
||||
> where
|
||||
> aggAppWithoutDupeOrd n es f = AggregateApp n SQDefault es [] f
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue