Merge pull request #21 from nyalldawson/fix_19

Fix empty table results
This commit is contained in:
Evan Miller
2020-08-18 21:10:11 -04:00
committed by GitHub

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;
}