From f546dc3ac813d586c0f97967666a4e665dfbcb34 Mon Sep 17 00:00:00 2001 From: Ruslan Talpa Date: Thu, 24 Sep 2015 22:06:44 +0300 Subject: [PATCH] small note about a bug --- src/PostgREST/App.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PostgREST/App.hs b/src/PostgREST/App.hs index b881ec7f8..c07926d05 100644 --- a/src/PostgREST/App.hs +++ b/src/PostgREST/App.hs @@ -90,7 +90,7 @@ app dbstructure conf reqBody role req = parentheticT ( cqs ) <> commaq <> ( - bodyForAccept contentType qt + bodyForAccept contentType qt -- TODO! when in csv mode, the first row (columns) is not correct when requesting sub tables . limitT range -- . orderT (orderParse qq) -- . whereT qt qq