pgAdmin III commit: Fix setting the connection for pgScript

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Fix setting the connection for pgScript
Дата
Msg-id E1S2fnr-0000xa-Rm@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix setting the connection for pgScript

When the user changed the connection, it was set for executing SQL commands,
not pgScript commands. So the user could execute queries on another database
than the one displayed in the connection combobox.

Per report from Charles Gutjahr.

Branch
------
master

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

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


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

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Extensions have no owner
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Fix setting the connection for pgScript