pgAdmin 4 commit: Support setting text fields to empty strings or NULL

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Support setting text fields to empty strings or NULL
Date: 2017-02-04 13:21:30
Message-ID: E1ca0HS-0007kl-RL@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)kumar(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-02-04 13:24:02 pgAdmin 4 commit: Remove help text for an option that no longer exists.
Previous Message Dave Page 2017-02-04 13:17:17 Re: [pgAdmin4][Patch]: Fix RM1790 - [Web] Support setting a field's value to "null"