pgAdmin 4 commit: Handle NULL booleans in the data editor. Fixes #1790

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Handle NULL booleans in the data editor. Fixes #1790
Date: 2017-02-05 10:06:59
Message-ID: E1caJil-0002lv-HA@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Handle NULL booleans in the data editor. Fixes #1790

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4566877188b3e41caa3a2a786a930c98f8d1d40e
Author: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>

Modified Files
--------------
.../static/js/slickgrid/slick.pgadmin.editors.js | 90 ++++++++++++++++++++++
.../js/slickgrid/slick.pgadmin.formatters.js | 7 +-
.../tools/sqleditor/static/css/sqleditor.css | 5 ++
3 files changed, 101 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-02-05 10:07:35 Re: [pgAdmin4][Patch]: Fix RM1790 - [Web] Support setting a field's value to "null"
Previous Message Surinder Kumar 2017-02-04 20:58:59 Re: [pgAdmin4][Patch]: Fix RM1790 - [Web] Support setting a field's value to "null"