pgAdmin 4 commit: Don't quote bigints when copying them from the Query

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Don't quote bigints when copying them from the Query
Date: 2019-10-25 10:53:42
Message-ID: E1iNxDy-0001aY-W3@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)toshniwal(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-10-25 10:54:09 Re: [pgAdmin][RM4459] Copying cell from query result table wraps "bigint" value in quotes
Previous Message Dave Page 2019-10-25 10:39:49 Re: [pgAdmin][RM3913] pgagent run status not correct