pgAdmin 4 commit: Fixed issue while using decode() without checking typ

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed issue while using decode() without checking typ
Date: 2016-05-16 07:52:53
Message-ID: E1b2DKf-0006z0-O3@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed issue while using decode() without checking type of the variable. Type maybe string or byte.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=76087f3df3d4cc1993fdfc679d942cd5a7c84602
Author: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/misc/bgprocess/process_executor.py | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Surinder Kumar 2016-05-16 08:16:43 Re: [pgAdmin4][Patch]: Load/Save file in query tool
Previous Message Ashesh Vashi 2016-05-16 07:18:57 Re: [pgAdmin4]: Initial patch for Import table