1
Fork 0

partial support for lateral

This commit is contained in:
Jake Wheat 2013-12-17 12:45:32 +02:00
parent d49b3ddb99
commit 939189a04f
5 changed files with 36 additions and 8 deletions
Language/SQL/SimpleSQL

View file

@ -182,6 +182,7 @@
> ,nest 5 $ vcat $ punctuate comma $ map tr ts]
> where
> tr (TRSimple t) = text t
> tr (TRLateral t) = text "lateral" <+> tr t
> tr (TRFunction f as) =
> text f <> parens (commaSep $ map scalarExpr as)
> tr (TRAlias t a cs) =