change pretty printer to output 'fetch first' instead of 'fetch next'
This commit is contained in:
parent
692f8f84ad
commit
df7e6f87da
|
@ -178,7 +178,7 @@
|
||||||
> ,maybeValueExpr "having" hv
|
> ,maybeValueExpr "having" hv
|
||||||
> ,orderBy od
|
> ,orderBy od
|
||||||
> ,maybe empty (\e -> text "offset" <+> valueExpr e <+> text "rows") off
|
> ,maybe empty (\e -> text "offset" <+> valueExpr e <+> text "rows") off
|
||||||
> ,maybe empty (\e -> text "fetch next" <+> valueExpr e
|
> ,maybe empty (\e -> text "fetch first" <+> valueExpr e
|
||||||
> <+> text "rows only") fe
|
> <+> text "rows only") fe
|
||||||
> ]
|
> ]
|
||||||
> queryExpr (CombineQueryExpr q1 ct d c q2) =
|
> queryExpr (CombineQueryExpr q1 ct d c q2) =
|
||||||
|
|
Loading…
Reference in a new issue