pgAdmin 4 commit: Table node related fixes:

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Table node related fixes:
Дата
Msg-id E1mWD17-0006y3-DD@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Table node related fixes:
1. File select control sets the value for all other to last selected file. Fixes #6814
2. Vacuum parameters-related issues. Fixes #6777
3. Exclusion removes all columns if one row is removed. Fixes #6771

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=357a020828f7294205b64c5268a9dc702df1b92d
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
.../static/js/exclusion_constraint.ui.js                | 14 ++++++--------
.../schemas/tables/static/js/partition.utils.ui.js      |  2 +-
.../servers/databases/schemas/tables/utils.py           |  6 +++---
web/pgadmin/static/js/SchemaView/DataGridView.jsx       | 17 ++++++++++-------
web/pgadmin/static/js/SchemaView/FormView.jsx           |  3 ---
web/pgadmin/static/js/SchemaView/index.jsx              | 11 ++++++-----
web/pgadmin/static/js/helpers/legacyConnector.js        |  8 ++++++--
7 files changed, 32 insertions(+), 29 deletions(-)


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

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: Re: New pgadmin 4 language translation
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][RM-3827]: In Query History tab, query details should be scrollable