pgAdmin 4 commit: Fixed an issue in the query tool when columns are hav - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed an issue in the query tool when columns are hav
Date
Msg-id E1kFH0b-0002zm-Du@gothos.postgresql.org
Whole thread Raw
List 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.toshniwal@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Pradip Parkale
Date:
Subject: [pgAdmin][RM5764] : RLS SQL Incorrectly generated
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][SonarQube] : Remove duplicates string literals.