pgAdmin III commit: Skip searching a R/W cell on a view

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Skip searching a R/W cell on a view
Дата
Msg-id 201009032200.o83M0VKm053225@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Skip searching a R/W cell on a view

If a user hits Enter at the end of a row, the edit grid searches the next
read/write cell of the displayed object. Unfortunately, there is no read/write
cell when displaying a view. This patch checks first if the object's kind is a
table. If it is, it proceeds to the search of a writable cell. Otherwise, it
simply picks up the next cell.

Report from David Jarvis.

Branch
------
REL-1_12_0_PATCHES

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

Modified Files
--------------
pgadmin/frm/frmEditGrid.cpp |   26 +++++++++++++++++++-------
1 files changed, 19 insertions(+), 7 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: Fwd: Pgadmin 1.12 rc1 editing bug
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Skip searching a R/W cell on a view