pgAdmin III commit: Fixed the segfault while detecting need of appendin - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin III commit: Fixed the segfault while detecting need of appendin
Date
Msg-id E1ZbONw-0002gs-TG@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed the segfault while detecting need of appending BEGIN statement to
start a new transaction (when AutoCommit is set to False).

Reported by: John Obaterspok

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=351a0c81351c3215a0ca3f363b4a7422cf31c96e
Author: Sanket Mehta <sanket.mehta@enterprisedb.com>

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


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: Re: [PATCH] Add ElapsedTimeToString to format execution time in a more readable manner (instead of showing everything as msec)
Next
From: Ashesh Vashi
Date:
Subject: pgAdmin III commit: Add ElapsedTimeToString to format execution time in