pgAdmin 4 commit: Fix an error that could be seen when editing column p

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Fix an error that could be seen when editing column p
Дата
Msg-id E1hlrfA-0001qp-UC@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix an error that could be seen when editing column privileges. Fixes #4389

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ed01274f7b95caeba4943d550792abf265fea7f8
Author: Akshay Joshi <akshay.joshi@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_11.rst                  |  1 +
.../servers/databases/schemas/tables/__init__.py   | 16 +++-
.../templates/columns/sql/10_plus/update.sql       | 16 ++--
.../templates/columns/sql/9.2_plus/update.sql      | 16 ++--
.../tables/templates/tables/sql/10_plus/create.sql |  2 +-
.../tables/templates/tables/sql/12_plus/create.sql |  2 +-
.../tables/tests/test_column_privileges_put.py     | 96 ++++++++++++++++++++++
.../servers/databases/schemas/tables/utils.py      |  7 --
8 files changed, 127 insertions(+), 29 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][patch] Keyboard accessibility for sub-node control
Следующее
От: Dave Page
Дата:
Сообщение: Re: [GSoC] Finalized First Patch