Re: [pgadmin-hackers] PATCH: pgagent fix for 'Caught unhandled unknown exception; terminating' bug in SQL steps

2015-04-01 Thread Ashesh Vashi
On Tue, Mar 31, 2015 at 6:26 PM, Ashesh Vashi wrote: > On Tue, Mar 31, 2015 at 6:20 PM, Dave Page wrote: > >> >> >> On Tue, Mar 31, 2015 at 8:45 AM, Ashesh Vashi < >> [email protected]> wrote: >> >>> On Thu, Mar 26, 2015 at 6:19 PM, Thomas Krennwallner < >>> [email protected]>

[pgadmin-hackers] pgAgent commit: Fixed a bug in DBconn::GetLastError() function.

2015-04-01 Thread Ashesh Vashi
Fixed a bug in DBconn::GetLastError() function. pgAgent was crashing, while removing the trailing new-lines from the empty error message string (Reported by: Thomas Krennwallner) Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgagent.git;a=commitdiff;h=f9bf1ccb27ebcfce00

Re: [pgadmin-hackers] autocommit feature in pgadmin

2015-04-01 Thread Sanket Mehta
Hi, I have made all the changes mentioned in below mail. Along with that I have changed the code to read autoRollBack value in pgadmin/frm/frmQuery.cpp file. previously it was used "settings->Read(wxT("frmQuery/AutoRollBack"), &bVal, true)" directly. Now I have changed it to settings->GetAutoRo