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

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

From
Ashesh Vashi
Date:
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(-)