bug plan fix
Add copy sql html format
This commit is contained in:
levinsv 2019-02-09 14:17:33 +05:00
parent dfa337816c
commit 0b39fb9f92
8 changed files with 95 additions and 19 deletions

View file

@ -208,8 +208,8 @@ void ctlSQLResult::DisplayData(bool single)
if (c==wxT("QUERY PLAN")) {
//
table->isplan=true;
FullArrayCollapseRowsPlan();
};
FullArrayCollapseRowsPlan(false);
} else FullArrayCollapseRowsPlan(true);
if (single)
{