fix haddock, hlint, rename Prec2TypeName to PrecScaleTypeName
This commit is contained in:
parent
e61672ebf8
commit
60cf309953
5 changed files with 13 additions and 13 deletions
tools/Language/SQL/SimpleSQL
|
@ -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'"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue