mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -06:00
fix perfomance generation. add context help.
Для больших результатов запроса добавлена оптимизация. В скрипт _extract_func_help.pl добавлено описание генерации шаблона. Вызывается при выделении "@gen" и нажатии Ctrl+F1
This commit is contained in:
parent
f75f3393ca
commit
241ded0138
1 changed files with 2 additions and 1 deletions
|
|
@ -2320,7 +2320,8 @@ void frmQuery::OnGenerateInvoke(wxCommandEvent& ev)
|
|||
{
|
||||
wxString templ = body_template[id];
|
||||
s=sqlResult->GenerateTemplate(templ,0);
|
||||
SetStatusText(s, STATUSPOS_MSGS);
|
||||
|
||||
SetStatusText(s.substr(0,200), STATUSPOS_MSGS);
|
||||
}
|
||||
} else
|
||||
SetStatusText(s, STATUSPOS_MSGS);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue