pgAdmin 4 commit: Ensure that null values are accepted for the numeric

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure that null values are accepted for the numeric
Date: 2022-05-24 09:32:21
Message-ID: E1ntQtp-0005zq-RQ@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)toshniwal(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-05-24 09:32:51 Re: [pgAdmin][RM7405] Update null in numeric columns not possible
Previous Message Aditya Toshniwal 2022-05-24 07:58:12 [pgAdmin][RM7405] Update null in numeric columns not possible