SVN Commit by dpage: r5940 - in trunk/pgadmin3: . pgadmin/frm pgadmin/include/frm

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by dpage: r5940 - in trunk/pgadmin3: . pgadmin/frm pgadmin/include/frm
Date: 2007-02-23 11:28:18
Message-ID: 200702231128.l1NBSIE2012844@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Author: dpage

Date: 2007-02-23 11:28:18 +0000 (Fri, 23 Feb 2007)

New Revision: 5940

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

Log:
Fix a rare bug in the Edit Grid which could cause a crash when editting data in tables with deleted columns and a primary key that isn;t at the beginning of the table. Thanks to Patrick De Visschere for the test case.

Modified:
trunk/pgadmin3/CHANGELOG
trunk/pgadmin3/pgadmin/frm/frmEditGrid.cpp
trunk/pgadmin3/pgadmin/include/frm/frmEditGrid.h

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2007-02-23 11:32:39 SVN Commit by dpage: r5941 - in branches/REL-1_6_0_PATCHES/pgadmin3: . src/frm src/include
Previous Message Giuseppe Sacco 2007-02-23 11:06:16 Re: Translator