Open Quake4 opened 1 month ago
It is necessary to show the execution time, why is it hidden? A query that does not return a result is the same query as the others with the result. It is unclear why to hide the execution time.
its trivial app.js: buildTable
if (results.rows.length == 0) {
$("#results_header").html("");
$("#results_body").html("<tr><td>No records found</td></tr>");
$("#result-rows-count").html("");
$("#results").addClass("empty");
if (results.stats)
$("#result-rows-count").html(results.stats.query_duration_ms + " ms");
return;
}
If it's so trivial, why don't you open up a proper PR with the change you'd like to see?
https://github.com/sosedoff/pgweb/pull/763
I was answering goblin's stupid questions, and he withdrew himself.