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

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin III commit: Allow to set auto-commit mode to on/off in the quer
Дата
Msg-id E1YvoMs-0000rz-2i@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: Re: PATCH: remove redundant local variables
Следующее
От: Ashesh Vashi
Дата:
Сообщение: Re: autocommit feature in pgadmin