Parse range queries

This commit is contained in:
Joe Nelson
2014-07-28 17:23:24 -07:00
parent 5760ec3620
commit f6a4a98e74
4 changed files with 44 additions and 3 deletions
-1
View File
@@ -31,7 +31,6 @@ selectWhere ver table qq conn = do
\ from (select * from %I.%I) t"
[toSql ver, toSql table]
whereClause :: Connection -> Query -> IO BS.ByteString
whereClause _ [] = return ""
whereClause conn qs =