1
Fork 0

fix haddock, hlint, rename Prec2TypeName to PrecScaleTypeName

This commit is contained in:
Jake Wheat 2013-12-17 20:46:29 +02:00
parent e61672ebf8
commit 60cf309953
5 changed files with 13 additions and 13 deletions
tools/Language/SQL/SimpleSQL

View file

@ -145,7 +145,7 @@ Tests for parsing scalar expressions
> ,Cast (StringLit "1") $ PrecTypeName "float" 8)
> ,("cast('1' as decimal(15,2))"
> ,Cast (StringLit "1") $ Prec2TypeName "decimal" 15 2)
> ,Cast (StringLit "1") $ PrecScaleTypeName "decimal" 15 2)
> ,("double precision '3'"