renames OrderField->SortSpec, InThing->InPredValue
This commit is contained in:
parent
b89f2a011c
commit
b631497a04
8 changed files with 40 additions and 40 deletions
tools/Language/SQL/SimpleSQL
|
@ -33,7 +33,7 @@ Some tests for parsing full queries.
|
|||
> ,qeGroupBy = [SimpleGroup $ Iden "a"]
|
||||
> ,qeHaving = Just $ BinOp (App "count" [NumLit "1"])
|
||||
> ">" (NumLit "5")
|
||||
> ,qeOrderBy = [OrderField (Iden "s") Asc NullsOrderDefault]
|
||||
> ,qeOrderBy = [SortSpec (Iden "s") Asc NullsOrderDefault]
|
||||
> }
|
||||
> )
|
||||
> ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue