Support for &select=col1,col2,col3 as suggested in issue #227

This commit is contained in:
Ruslan Talpa
2015-09-02 11:03:34 +03:00
parent 3d670b9c03
commit b9fec2ce41
2 changed files with 16 additions and 2 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ app conf reqBody req =
. limitT range
. orderT (orderParse qq)
. whereT qt qq
$ selectStar qt
$ selectT qt qq
)
row <- H.maybeEx select
let (tableTotal, queryTotal, body) =