pgAdmin III commit: Fix the not-same-query process on the history combo

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Fix the not-same-query process on the history combo
Дата
Msg-id E1T5Fqp-0006Rs-H5@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix the not-same-query process on the history combobox

The history combobox in the query tool could record the same query more than
once. Actually, it is displayed the same way, but the difference is invisible
(spaces, carriage returns, etc).

Per a report from Kozusznik Michal.

Branch
------
REL-1_16_0_PATCHES

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=49a3419d195e220493a56da0a1cdebf8ef669835

Modified Files
--------------
pgadmin/frm/frmQuery.cpp |   43 ++++++++++++++++++++++++++++++++-----------
1 files changed, 32 insertions(+), 11 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Fix the not-same-query process on the history combo
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Fix the refresh trigger SQL