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

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix an error that could be seen when editing column p
Date: 2019-07-12 09:16:20
Message-ID: E1hlrfA-0001qp-UC@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)joshi(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-07-12 09:20:02 Re: [GSoC] Finalized First Patch
Previous Message Dave Page 2019-07-12 09:06:57 Re: [pgAdmin4][patch] Keyboard accessibility for sub-node control