pgAdmin III commit: Allow to set auto-commit mode to on/off in the quer

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Allow to set auto-commit mode to on/off in the quer
Date: 2015-05-22 14:56:10
Message-ID: E1YvoMs-0000rz-2i@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Allow to set auto-commit mode to on/off in the query editor

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=58a0d16f9e48573bc097d30fa9bc82d768648c9b
Author: Sanket Mehta <sanket(dot)mehta(at)enterprisedb(dot)com>

Modified Files
--------------
CHANGELOG | 2 +
docs/en_US/options-query_tool.rst | 2 +
pgadmin/frm/frmOptions.cpp | 3 +
pgadmin/frm/frmQuery.cpp | 193 ++++++++++-
pgadmin/include/frm/frmQuery.h | 2 +
pgadmin/include/frm/menu.h | 1 +
pgadmin/include/utils/sysSettings.h | 12 +-
pgadmin/ui/frmOptions.xrc | 15 +
pgadmin/ui/xrcDialogs.cpp | 650 ++++++++++++++++++-----------------
9 files changed, 569 insertions(+), 311 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2015-05-22 14:57:08 Re: autocommit feature in pgadmin
Previous Message Ashesh Vashi 2015-05-22 13:37:22 Re: PATCH: remove redundant local variables