pgAdmin III commit: Fix setting the connection for pgScript

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix setting the connection for pgScript
Date: 2012-02-29 09:26:31
Message-ID: E1S2fnr-0000xc-SL@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
REL-1_14_0_PATCHES

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

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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2012-02-29 23:25:18 Re: Fixed pgAdmin3 issues/asserts
Previous Message Guillaume Lelarge 2012-02-28 22:56:28 pgAdmin III commit: Extensions have no owner