[pgadmin-hackers] pgAdmin 4 commit: Support setting text fields to empty strings orNULL - Mailing list pgadmin-hackers

From Dave Page
Subject [pgadmin-hackers] pgAdmin 4 commit: Support setting text fields to empty strings orNULL
Date
Msg-id E1ca0HS-0007kl-RL@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Support setting text fields to empty strings or NULL in the data editor grid. Fixes #1790

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=54ba1fbe593a20261eb061ca262aab45b64329de
Author: Surinder Kumar <surinder.kumar@enterprisedb.com>

Modified Files
--------------
.../static/js/slickgrid/slick.pgadmin.editors.js   | 107 ++++++++++++++++++++-
.../js/slickgrid/slick.pgadmin.formatters.js       |  22 ++++-
.../sqleditor/templates/sqleditor/js/sqleditor.js  |   3 +-
3 files changed, 123 insertions(+), 9 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgadmin-hackers] [pgAdmin4][Patch]: Fix RM1790 - [Web] Supportsetting a field's value to "null"
Next
From: Dave Page
Date:
Subject: [pgadmin-hackers] pgAdmin 4 commit: Remove help text for an option that no longerexists.