mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-25 22:03:16 -06:00
add dll and bugfix
This commit is contained in:
parent
28918bcc0a
commit
e8e1695246
22 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue