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-17 05:18:48
Message-ID: E1my5do-0001hH-Ev@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=9754b0fe1456bd2fa865d55b6ec5faee072fe0e3
Author: Pradip Parkale <pradip(dot)parkale(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes.rst | 1 +
docs/en_US/release_notes_6_4.rst | 20 ++++++++++++++++++++
.../tools/sqleditor/utils/get_column_types.py | 8 ++++++--
3 files changed, 27 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-12-17 05:19:10 Re: [pgAdmin][RM7034]: Columns with default value not showing [default] when adding new row
Previous Message Akshay Joshi 2021-12-16 13:35:29 pgAdmin 4 v6.3 Released