pgAdmin III commit: Fix adding a comment to a new column - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Fix adding a comment to a new column
Date
Msg-id 201106071932.p57JWENI068502@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix adding a comment to a new column

This patch fixes a bug that occurs when a user opens table properties, selects
Columns tab, and then clicks on "Add" to set column's properties (at least,
name, type, and comment). The comment was ignored.

Report from Aleksey Chirkin.

Branch
------
master

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

Modified Files
--------------
pgadmin/dlg/dlgTable.cpp |   24 +++++++++++++-----------
1 files changed, 13 insertions(+), 11 deletions(-)


pgadmin-hackers by date:

Previous
From: Jasmin Dizdarevic
Date:
Subject: Re: Discussion - Search Objects
Next
From: Guillaume Lelarge
Date:
Subject: Re: Discussion - Search Objects