pgAdmin III commit: Fix message when executing an empty query

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Fix message when executing an empty query
Дата
Msg-id E1TCcr8-0005VL-Vt@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix message when executing an empty query

When a user executes an empty query, pgAdmin thinks it has lost the
connection. Now, we check if PostgreSQL sends us a empty query state, and
we display the right message.

Branch
------
master

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

Modified Files
--------------
CHANGELOG                |    2 ++
pgadmin/frm/frmQuery.cpp |    4 ++++
2 files changed, 6 insertions(+), 0 deletions(-)


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

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Fix message when executing an empty query
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Fix trigger query for PostgreSQL 8.2 and lower