1
Fork 0

rename qeFetch to qeFetchFirst

This commit is contained in:
Jake Wheat 2013-12-19 17:50:25 +02:00
parent a231c7e9f8
commit 40c64c7631
4 changed files with 40 additions and 5 deletions
tools/Language/SQL/SimpleSQL

View file

@ -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)