pgAdmin 4 commit: Fixed an issue where incorrect column name listed in

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue where incorrect column name listed in
Date: 2021-06-27 13:30:23
Message-ID: E1lxUrf-0000ns-N5@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where incorrect column name listed in the properties of Index. Fixes #6557

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e095d382b3094076dfc5b4265ed67a4ebc3ce133
Author: Pradip Parkale <pradip(dot)parkale(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_5_5.rst | 1 +
.../servers/databases/schemas/tables/indexes/utils.py | 4 ++--
.../tools/datagrid/tests/test_data_grid_update_connection.py | 10 ----------
3 files changed, 3 insertions(+), 12 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-06-27 13:36:25 Re: [pgAdmin][RM6557]: Incorrect column name listed in Properties of Index
Previous Message Akshay Joshi 2021-06-25 14:10:58 pgAdmin 4 commit: Temporary comment the logic to check API test cases a