pgAdmin 4 commit: 1) 'Only Table' should be disabled unless the table v

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: 1) 'Only Table' should be disabled unless the table v
Дата
Msg-id E1mXj1d-0001GI-7Y@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
1) 'Only Table' should be disabled unless the table value is changed. Fixes #6862.
2) 'ALTER' statement should not be generated every time a user updates the password in edit mode. Fixes #6835
3) Connection timeout and sslmode value is getting updated after subscription update. Fixes #6835.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4bbc811aedd5cf9df822e8d33a8aecfcb80e65e2
Author: Pradip Parkale <pradip.parkale@enterprisedb.com>

Modified Files
--------------
.../servers/databases/publications/static/js/publication.ui.js        | 4 +++-
.../browser/server_groups/servers/databases/subscriptions/__init__.py | 2 +-
.../servers/databases/subscriptions/static/js/subscription.ui.js      | 2 +-
.../subscriptions/templates/subscriptions/sql/default/update.sql      | 4 ++--
4 files changed, 7 insertions(+), 5 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Ensure we have the latest version of libpq in the con
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [patch][pgAdmin] RM6744 Unable to delete rows for Enum type in Create Type dialogue