Add row filter, bug fix #8

This commit is contained in:
levinsv 2020-09-02 23:15:30 +05:00
parent 5ff5c0b52e
commit da1de7fbb4
10 changed files with 201 additions and 10 deletions

View file

@ -293,7 +293,7 @@ void ctlSQLGrid::AppendColumnHeader(wxString &str, wxArrayInt columns)
bool CopyQuoting = (settings->GetCopyQuoting() == 1 || settings->GetCopyQuoting() == 2);
size_t i;
wxString fielddelim = ",";
if (generatesql == 3) fielddelim = " And ";
if (generatesql == 3) return;
if (generatesql == 1) return;
for(i = 0; i < columns.Count() ; i++)
{