1
Fork 0

add casts, disable failing tests temporarily

This commit is contained in:
Jake Wheat 2013-12-13 20:24:20 +02:00
parent 99409fbc15
commit d6d91b1935
4 changed files with 51 additions and 19 deletions
Language/SQL/SimpleSQL

View file

@ -52,7 +52,7 @@ back into SQL source text. It attempts to format the output nicely.
> ,text "as"
> ,text tn])
> scalarExpr (CastOp s (TypeName tn)) =
> scalarExpr (CastOp (TypeName tn) s) =
> text tn <+> quotes (text s)
= query expressions