[pgadmin-hackers] pgAdmin - notice of intent to change licence

2009-03-06 Thread Dave Page
I recently posted a notice publicising the pgAdmin Development Team's intent to change the licence of pgAdmin from the Artistic Licence v1.0 to v2.0 in order to address ambiguities with the original text. Unfortunately we were unable to change the licence as we had hoped, and in order to resolve t

[pgadmin-hackers] [pgScript patch] Output + bug fix

2009-03-06 Thread Mickael Deloison
Hi pgAdmin hackers, Here is a patch for pgAdmin. I have finally completed the patch for the pgScript outputs and am sorry for the delay. This patch also corrects a bug in pgsPrintStmt.cpp because of a thread double lock in case of exception. I have other updates to send but I would like this one t

Re: [pgadmin-hackers] [pgScript patch] Output + bug fix

2009-03-06 Thread Dave Page
On Fri, Mar 6, 2009 at 7:31 PM, Mickael Deloison wrote: > Hi pgAdmin hackers, > > Here is a patch for pgAdmin. I have finally completed the patch for > the pgScript outputs and am sorry for the delay. > This patch also corrects a bug in pgsPrintStmt.cpp because of a thread > double lock in case of

Re: [pgadmin-hackers] Greenplum patch for pgAdmin

2009-03-06 Thread Chuck McDevitt
> -Original Message- > From: Dave Page [mailto:dp...@pgadmin.org] > Sent: Friday, March 06, 2009 7:08 AM > To: Chuck McDevitt > Cc: pgadmin-hackers > Subject: Greenplum patch for pgAdmin > > Hi Chuck, > > I've spent the last few hours working on your patches to pgAdmin. I've > fixed/cle

Re: [pgadmin-hackers] Greenplum patch for pgAdmin

2009-03-06 Thread Chuck McDevitt
I will work on this over the weekend, and get a new patch to you Monday evening > -Original Message- > From: Dave Page [mailto:dp...@pgadmin.org] > Sent: Friday, March 06, 2009 7:08 AM > To: Chuck McDevitt > Cc: pgadmin-hackers > Subject: Greenplum patch for pgAdmin > > Hi Chuck, > > I'v

Re: [pgadmin-hackers] Greenplum patch for pgAdmin

2009-03-06 Thread Dave Page
On Fri, Mar 6, 2009 at 9:41 PM, Chuck McDevitt wrote: > I will work on this over the weekend, and get a new patch to you Monday > evening Thanks. -- Dave Page EnterpriseDB UK: http://www.enterprisedb.com -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make chan

Re: [pgadmin-hackers] [pgScript patch] Output + bug fix

2009-03-06 Thread Mickael Deloison
2009/3/6 Dave Page : > There were some cases where error messages would be lost, and part of > the fix was to try to make errors all go through SetLastResultError() > for consistency in output. I modified SetLastResultError() so that if > it's passed NULL, it gets the message via: lastResultError.m

Re: [pgadmin-hackers] [pgScript patch] Output + bug fix

2009-03-06 Thread Dave Page
Sorry - I meant some pgScript code that would create a message so i can figure out where it gets lost. On 3/6/09, Mickael Deloison wrote: > 2009/3/6 Dave Page : >> There were some cases where error messages would be lost, and part of >> the fix was to try to make errors all go through SetLastResu

Re: [pgadmin-hackers] [pgScript patch] Output + bug fix

2009-03-06 Thread Mickael Deloison
2009/3/6 Dave Page : > Sorry - I meant some pgScript code that would create a message so i > can figure out where it gets lost. >> Here is the code you requested, I removed the useless parts: >> >> pgQueryThread thread(m_app->connection(), stmt); >> >> if (thread.Create() == wxTHREAD_NO_ERROR) >> {