pgAdmin 4 commit: Fix support for bigint's in JSONB data. Fixes #3587

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix support for bigint's in JSONB data. Fixes #3587
Date: 2019-02-27 13:39:52
Message-ID: E1gyzRA-0004KK-RT@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix support for bigint's in JSONB data. Fixes #3587

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_3.rst | 1 +
web/package.json | 5 +++--
web/pgadmin/static/js/slickgrid/editors.js | 23 +++++++++++++----------
web/pgadmin/utils/driver/psycopg2/typecast.py | 1 +
web/webpack.shim.js | 1 +
web/yarn.lock | 12 ++++++++++++
6 files changed, 31 insertions(+), 12 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-02-27 13:40:44 Re: [pgAdmin4][RM3587] Browser rendering of a bigint in a jsonb is wrong
Previous Message Dave Page 2019-02-27 11:27:25 Re: [pgAdmin4][Patch] - Encoding Fixes