pgAdmin 4 commit: Fix display of boolean nulls in the query tool. Fixes

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix display of boolean nulls in the query tool. Fixes
Date: 2017-02-24 13:47:40
Message-ID: E1chGDk-00027K-7N@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix display of boolean nulls in the query tool. Fixes #2205

Branch
------
master

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

Modified Files
--------------
.../static/js/slickgrid/slick.pgadmin.editors.js | 52 +++++++++++++++++++---
1 file changed, 45 insertions(+), 7 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-02-24 13:47:50 Re: [pgAdmin4][Patch]: RM#2205 - Indeterminate state for [null] values in boolean type cell doesn't show up
Previous Message Dave Page 2017-02-24 13:39:55 Re: [pgAdmin4][Patch]: RM2039 - Big (numeric) numbers are sometimes rounded up when displayed