Support for &select=col1,col2,col3 as suggested in issue #227
This commit is contained in:
@@ -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) =
|
||||
|
||||
Reference in New Issue
Block a user