pgAdmin 4 commit: Fixed an issue in the query tool when columns are hav

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue in the query tool when columns are hav
Date: 2020-09-07 13:16:33
Message-ID: [email protected]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue in the query tool when columns are having the same name as javascript object internal functions. Fixes #5765.

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_26.rst | 1 +
web/pgadmin/static/js/is_native.js | 42 ++++++++++++++++++++++
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 22 +++++++++---
3 files changed, 60 insertions(+), 5 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-09-07 13:18:24 Re: [pgAdmin][SonarQube] : Remove duplicates string literals.
Previous Message Pradip Parkale 2020-09-07 12:25:39 [pgAdmin][RM5764] : RLS SQL Incorrectly generated