rework of patch #879693 to support 0=1 in where clause

This commit is contained in:
brianb
2004-02-08 21:54:20 +00:00
parent 4a56f06da9
commit fed589b2e7
11 changed files with 129 additions and 64 deletions

View File

@@ -185,7 +185,7 @@ run_query(MdbSQL *sql, char *mybuf)
mdb_sql_reset(sql);
return;
}
mdbsql_bind_all(sql);
mdb_sql_bind_all(sql);
if (pretty_print)
dump_results_pp(sql);
else