pgAdmin 4 commit: Fix handling of numeric arrays in View/Edit Data. Fix

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix handling of numeric arrays in View/Edit Data. Fix
Date: 2019-03-19 16:45:04
Message-ID: E1h6HrM-0007wO-Ct@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix handling of numeric arrays in View/Edit Data. Fixes #4062

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a4bc26c810c0fe3c39d824e0357583eab49d08e5
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/static/js/slickgrid/editors.js | 21 ++-------------------
1 file changed, 2 insertions(+), 19 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Travis 2019-03-19 17:09:32 Regarding DDL in pgadmin
Previous Message Dave Page 2019-03-19 16:30:03 Re: [pgAdmin4][RM4062] Integer array cell in view/edit data behaves weird