pgAdmin III commit: Fix loss of column changes through table properties

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Fix loss of column changes through table properties
Дата
Msg-id E1RjbXy-0000gu-8Q@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix loss of column changes through table properties when re-editing

When the user validates its changes on the column properties dialog, we
create another pgColumn containing all the changes made. We store it in a new
column of the columns listview. When the user wants to see the changed column
properties dialog, we use this new object to make sure the column dialog shows
the changed, but not yet applied, properties.

Report from Thom Brown.
Fixes #330.

Branch
------
master

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

Modified Files
--------------
CHANGELOG                       |    2 +
pgadmin/dlg/dlgColumn.cpp       |   63 ++++++++++++++++++++++++++++++
pgadmin/dlg/dlgTable.cpp        |   81 +++++++++++++++++++++++---------------
pgadmin/include/dlg/dlgColumn.h |    4 ++
pgadmin/include/dlg/dlgTable.h  |   13 ++++++
pgadmin/schema/pgColumn.cpp     |    4 +-
6 files changed, 133 insertions(+), 34 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: "pgAdmin Trac"
Дата:
Сообщение: Re: [pgAdmin III] #330: Column changes through table properties lost when re-editing
Следующее
От: "pgAdmin Trac"
Дата:
Сообщение: Re: [pgAdmin III] #330: Column changes through table properties lost when re-editing