[db] Add support for ORDER BY and HAVING clause in query parameter

This commit is contained in:
chme
2018-03-17 13:27:59 +01:00
committed by ejurgensen
parent 84f262401e
commit 9708e26dd1
2 changed files with 17 additions and 3 deletions

View File

@@ -91,6 +91,9 @@ struct query_params {
int offset;
int limit;
char *having;
char *orderby;
char *filter;
/* Query results, filled in by query_start */