pgAdmin 4 commit: Fix an error that could be seen when editing column p - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Fix an error that could be seen when editing column p
Date
Msg-id E1hlrfA-0001qp-UC@gothos.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgAdmin4][patch] Keyboard accessibility for sub-node control
Next
From: Dave Page
Date:
Subject: Re: [GSoC] Finalized First Patch