Changed default behaviour of Count and Delete queries to delete the where builder

This commit is contained in:
2020-10-07 12:47:08 +01:00
parent b62a3f0c99
commit 0787fd8e3c
2 changed files with 19 additions and 19 deletions

View File

@@ -29,7 +29,7 @@ char *scalarString(struct stored_conn_t *sconn, const char *qry, size_t qry_len,
// Where query methods
int64_t countQuery(struct stored_conn_t *sconn, const char *table, where_builder *wb);
uint64_t deleteQuery(struct stored_conn_t *sconn, const char *table, where_builder *wb);
int deleteQuery(struct stored_conn_t *sconn, const char *table, where_builder *wb);
// Map helpers