pgAdmin III commit: Fixed preservation of the modified data for the col - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin III commit: Fixed preservation of the modified data for the col
Date
Msg-id E1XuKmT-0003bI-At@gothos.postgresql.org
Whole thread Raw
List 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(-)


pgadmin-hackers by date:

Previous
From: Sanket Mehta
Date:
Subject: Re: potential invalid input field of pgAdmin New Column GUI
Next
From: Ashesh Vashi
Date:
Subject: Re: potential invalid input field of pgAdmin New Column GUI