pgAdmin 4 commit: Fixed an issue where Columns with default value not s

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 Columns with default value not s
Date: 2021-12-21 12:42:23
Message-ID: E1mzeTH-0003VX-CT@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where Columns with default value not showing when adding a new row. Fixes #7034

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e5e9981836bd93cd21c8c95bf0b1a766ad17fce2
Author: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/tools/sqleditor/utils/get_column_types.py | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-12-21 12:42:59 Re: Feature Test Fix - React porting
Previous Message Akshay Joshi 2021-12-21 12:30:33 pgAdmin 4 commit: 1) Added spacing for message and loading spinner.