add dll and bugfix

This commit is contained in:
levinsv 2018-12-10 20:44:30 +05:00
parent 28918bcc0a
commit e8e1695246
22 changed files with 4 additions and 4 deletions

View file

@ -1172,6 +1172,7 @@ void ctlSQLBox::OnAutoComplete(wxCommandEvent &rev)
{
wxString token = tokenizer.GetNextToken();
if (token.IsEmpty()) {p=0; continue;}
token=token.AfterLast('.');
found=token.CmpNoCase(alias)==0;
if (tokenizer.GetLastDelimiter()==' '&&found) {
table=token;