pgAdmin 4 commit: Fix 'expressions evaluated to true/false always' issu

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix 'expressions evaluated to true/false always' issu
Date: 2020-06-15 11:20:15
Message-ID: E1jkn9z-0004qx-7p@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix 'expressions evaluated to true/false always' issue reported by SonarQube.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=eb1b17b636cfd6cbf00df98dbbdbadac8976043d
Author: Satish V <satish(dot)v(at)enterprisedb(dot)com>

Modified Files
--------------
.../static/js/domain_constraints.js | 3 +-
.../databases/schemas/domains/static/js/domain.js | 2 +-
.../foreign_tables/static/js/foreign_table.js | 85 +++++++++++-----------
.../schemas/functions/static/js/function.js | 2 +-
.../schemas/functions/static/js/procedure.js | 2 +-
.../functions/static/js/trigger_function.js | 2 +-
6 files changed, 48 insertions(+), 48 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-06-15 11:21:01 Re: Reg - [sonarqube] Refactor this code so that this expression does not always evaluate to true
Previous Message Aditya Toshniwal 2020-06-15 11:18:14 Re: Patch for SonarQube UI fixes.