SVN Commit by dpage: r5052 - trunk/pgadmin3/src/frm

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by dpage: r5052 - trunk/pgadmin3/src/frm
Date: 2006-03-13 09:48:13
Message-ID: 200603130948.k2D9mD3g030303@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Author: dpage

Date: 2006-03-13 09:48:13 +0000 (Mon, 13 Mar 2006)

New Revision: 5052

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5052&view=rev

Log:
When only one row of EXPLAIN output is returned by the server wxString avoids copying itself which can result in the same copy of the string being passed to the query grid and the explain graphics code, the latter of which can modify it. This patch forces a copy of the string, thus preventing the grid from showing corrupted data. Extensive bug tracking by myself & Edward Di Geronimo Jr, solution finally found by Ed.

Modified:
trunk/pgadmin3/src/frm/frmQuery.cpp

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2006-03-13 15:02:30 Re: focus problem reported at debian.org
Previous Message Raphaël Enrici 2006-03-13 08:08:10 Re: pgAdmin 3 bug