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

From Ashesh Vashi
Subject pgAdmin III commit: Allow to set auto-commit mode to on/off in the quer
Date
Msg-id E1YvoMs-0000rz-2i@gothos.postgresql.org
Whole thread Raw
List 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.mehta@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: Re: PATCH: remove redundant local variables
Next
From: Ashesh Vashi
Date:
Subject: Re: autocommit feature in pgadmin