pgAdmin 4 commit: Fixed an issue when a table has a column with an arra

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 when a table has a column with an arra
Date: 2022-05-25 12:25:25
Message-ID: E1ntq4r-0002vh-Vv@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue when a table has a column with an array type with length or
precision, the column type is not selected while editing the table. Fixes #7408

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=955bb22cd1a38b83d42c7a49d69253cac07d89d9
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_6_10.rst | 1 +
.../server_groups/servers/databases/schemas/tables/columns/utils.py | 2 +-
.../server_groups/servers/databases/schemas/tables/static/js/table.js | 1 -
3 files changed, 2 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-05-25 12:25:26 pgAdmin 4 commit: Fixed an issue where the data grid scroll is not rese
Previous Message Aditya Toshniwal 2022-05-25 11:51:51 [pgAdmin][patch] Query tool reset scroll on query execution