pgAdmin 4 commit: Add miissing braces to reverse engineered SQL header

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Add miissing braces to reverse engineered SQL header
Date: 2017-03-17 12:49:01
Message-ID: E1corJV-0007gN-Rm@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Add miissing braces to reverse engineered SQL header block for Functions. Fixes #2246

Branch
------
master

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

Modified Files
--------------
.../server_groups/servers/databases/schemas/functions/__init__.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-03-17 12:49:15 Re: [pgAdmin4][Patch] To fix the issues in SQL editor module & Functions node
Previous Message Dave Page 2017-03-17 12:46:03 pgAdmin 4 commit: Fix View Data filter options. Fixes #2265