pgAdmin 4 commit: Ensure that null values are accepted for the numeric - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Ensure that null values are accepted for the numeric
Date
Msg-id E1ntQtp-0005zq-RQ@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Ensure that null values are accepted for the numeric columns in react-data-grid. Fixes #7405

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c5ca45c46138cce12befb48597a6b0025ab8710d
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_6_10.rst                                | 1 +
.../sqleditor/static/js/components/QueryToolDataGrid/Editors.jsx | 2 +-
.../static/js/components/QueryToolDataGrid/Formatters.jsx        | 9 +++++----
3 files changed, 7 insertions(+), 5 deletions(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: [pgAdmin][RM7405] Update null in numeric columns not possible
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM7405] Update null in numeric columns not possible