pgAdmin 4 commit: Fixed SQL for when clause while creating Trigger.Fix - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed SQL for when clause while creating Trigger.Fix
Date
Msg-id E1gjhJd-0002zL-VE@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed SQL for when clause while creating Trigger. Fixes #3837

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_2.rst                              |  3 ++-
.../schemas/tables/templates/trigger/sql/10_plus/create.sql   |  2 +-
.../tables/templates/trigger/sql/10_plus/properties.sql       |  3 +--
.../tables/templates/trigger/sql/9.1_plus/properties.sql      |  3 +--
.../schemas/tables/templates/trigger/sql/default/create.sql   |  4 ++--
.../databases/schemas/tables/triggers/static/js/trigger.js    | 11 +++++------
web/pgadmin/static/scss/_pgadmin.style.scss                   |  3 +++
7 files changed, 15 insertions(+), 14 deletions(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: Re: [pgAdmin4][RM3837] Trigger when option syntax error
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][RM3837] Trigger when option syntax error