Fix empty table results

Fixes #19
This commit is contained in:
Nyall Dawson 2020-08-19 10:28:01 +10:00
parent 463fd0af11
commit 333f4712b9

View File

@ -75,6 +75,7 @@ MdbSQL *sql;
sql->sarg_tree = NULL;
sql->sarg_stack = NULL;
sql->max_rows = -1;
sql->limit = -1;
return sql;
}