pgAdmin III commit: Check the number of rows inserted in frmEditGrid

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Check the number of rows inserted in frmEditGrid
Date: 2010-09-02 15:54:56
Message-ID: 201009021554.o82FsuOK025652@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Check the number of rows inserted in frmEditGrid

A previous commit (6b3b661244455951fccbed7895aa22fa7c2ed2a2) modified the
return value of ExecuteSet from null to an empty pgSet when the query failed.
So, we have to check the number of rows inserted to make sure the INSERT was
successful.

Report from Sid and Erwin Brandstetter.

Branch
------
REL-1_12_0_PATCHES

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=b3b0c399c50ae6773f7176a9af448fc42914ff05

Modified Files
--------------
pgadmin/frm/frmEditGrid.cpp | 65 ++++++++++++++++++++++--------------------
1 files changed, 34 insertions(+), 31 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2010-09-02 15:55:21 Re: Problem with insert - 1.12.0 RC1
Previous Message Dave Page 2010-09-02 11:59:59 Re: Problem with insert - 1.12.0 RC1