rename qeFetch to qeFetchFirst
This commit is contained in:
parent
a231c7e9f8
commit
40c64c7631
4 changed files with 40 additions and 5 deletions
tools/Language/SQL/SimpleSQL
|
@ -138,7 +138,7 @@ These are a few misc tests which don't fit anywhere else.
|
|||
> {qeSelectList = [(Nothing,Iden "a")]
|
||||
> ,qeFrom = [TRSimple "t"]
|
||||
> ,qeOffset = o
|
||||
> ,qeFetch = l}
|
||||
> ,qeFetchFirst = l}
|
||||
|
||||
> combos :: TestItem
|
||||
> combos = Group "combos" $ map (uncurry TestQueryExpr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue