mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-01-02 12:27:09 +08:00
rework of patch #879693 to support 0=1 in where clause
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user