pgAdmin 4 commit: Don't quote bigints when copying them from the Query - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Don't quote bigints when copying them from the Query
Date
Msg-id E1iNxDy-0001aY-W3@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Don't quote bigints when copying them from the Query Tool results grid. Fixes #4459

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6d7ff9444a11a05425545549094e8e195632564a
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_15.rst                  |   1 +
.../js/selection/range_boundary_navigator.js       |  11 +-
web/pgadmin/static/js/slickgrid/editors.js         |   1 +
web/pgadmin/tools/sqleditor/static/js/sqleditor.js |   1 +
.../selection/range_boundary_navigator_spec.js     |  12 +-
web/yarn.lock                                      | 569 +++++++++------------
6 files changed, 251 insertions(+), 344 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgAdmin][RM3913] pgagent run status not correct
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin][RM4459] Copying cell from query result table wraps"bigint" value in quotes