pgAdmin 4 commit: Fixed keyerror issue in schema diff for 'attnum' and

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fixed keyerror issue in schema diff for 'attnum' and
Дата
Msg-id E1mV9XI-00042D-4A@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fixed keyerror issue in schema diff for 'attnum' and 'edit_types' parameter. Fixes #6755

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1569be7866cd490657f007e96c3e3bdbbd151964

Modified Files
--------------
docs/en_US/release_notes_6_0.rst                                   | 1 +
.../servers/databases/schemas/tables/schema_diff_utils.py          | 7 +------
.../server_groups/servers/databases/schemas/tables/utils.py        | 2 +-
3 files changed, 3 insertions(+), 7 deletions(-)


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

Предыдущее
От: Nikhil Mohite
Дата:
Сообщение: Re: [pgAdmin][RM-5741]: [Schema Diff] Revisit all the CREATE and DROP DDL's to add appropriate 'IF EXISTS', 'CASCADE' and 'CREATE OR REPLACE'
Следующее
От: Khushboo Vashi
Дата:
Сообщение: [pgAdmin4][Patch]: Fixed Tree Item add error