pgAdmin 4 commit: Properly format arguments passed by triggers to funct

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Properly format arguments passed by triggers to funct
Date: 2016-11-09 15:00:38
Message-ID: E1c4UMg-0008Hp-9V@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Properly format arguments passed by triggers to functions. Fixes #1912

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c345adaa528571583a9e4df9c62785dfcbb5316d
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
.../templates/trigger/sql/9.1_plus/properties.sql | 2 +-
.../databases/schemas/tables/triggers/__init__.py | 34 +++++++++++++++-------
2 files changed, 25 insertions(+), 11 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-11-09 15:00:52 Re: PATCH: arguments of Trigger function was not displaying properly (pgAdmin4)
Previous Message Dave Page 2016-11-09 09:49:15 Re: Patch for the Query Tool that addresses: [pgadmin-support] no search box on query tool toolbar