add positional arg to the syntax and parser
This commit is contained in:
parent
64d3b742b4
commit
d8b351472f
4 changed files with 18 additions and 3 deletions
tools/Language/SQL/SimpleSQL
|
@ -60,9 +60,9 @@ Tests for parsing value expressions
|
|||
> ]
|
||||
|
||||
> parameter :: TestItem
|
||||
> parameter = Group "parameter" $ map (uncurry (TestValueExpr ansi2011))
|
||||
> [("?", Parameter)
|
||||
> ]
|
||||
> parameter = Group "parameter"
|
||||
> [TestValueExpr ansi2011 "?" Parameter
|
||||
> ,TestValueExpr postgres "$13" $ PositionalArg 13]
|
||||
|
||||
|
||||
> dots :: TestItem
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue