pgAdmin III commit: Fixed preservation of the modified data for the col

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fixed preservation of the modified data for the col
Date: 2014-11-28 12:36:13
Message-ID: E1XuKmT-0003bI-At@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed preservation of the modified data for the columns from the table dialog

Reported by Jasmine Liu, Patch from Sanket Mehta, Reviewed by Akshay Joshi

Branch
------
master

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

Modified Files
--------------
CHANGELOG | 4 +
pgadmin/ctl/ctlSeclabelPanel.cpp | 18 +++
pgadmin/ctl/ctlSecurityPanel.cpp | 20 +++
pgadmin/dlg/dlgColumn.cpp | 208 ++++++++++++++++++++++----------
pgadmin/dlg/dlgTable.cpp | 87 ++++++++++++-
pgadmin/include/ctl/ctlSeclabelPanel.h | 4 +-
pgadmin/include/ctl/ctlSecurityPanel.h | 1 +
pgadmin/include/dlg/dlgColumn.h | 4 +-
pgadmin/include/dlg/dlgTable.h | 5 +-
9 files changed, 276 insertions(+), 75 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2014-11-28 12:37:29 Re: [pgadmin-hackers] potential invalid input field of pgAdmin New Column GUI
Previous Message Sanket Mehta 2014-11-28 10:27:29 Re: [pgadmin-hackers] potential invalid input field of pgAdmin New Column GUI