[pgAdmin4][Patch]: RM#1330 - Syntax error while running pgadmin_beta with python2.6.9

From: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][Patch]: RM#1330 - Syntax error while running pgadmin_beta with python2.6.9
Date: 2016-06-13 07:55:04
Message-ID: CAM5-9D8E7u77CvWhk4tf1WLsM6zviUhTH0S22j5G6CTiqb93=g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

Please find attached patch for RM#1330.
*Issue: *To find out the type of file selected using FileManager in query
tool, we use bitwise OR( | ) on two sets which is not working on
python-2.6.9 version.
Now we took list of elements instead of sets to fix the issue.

This fix is tested on python-2.6.9, python-2.7.1 & python3.5

Please review.

Thanks,
Surinder Kumar

Attachment Content-Type Size
RM#1330.patch application/octet-stream 624 bytes

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-06-13 08:07:45 pgAdmin III commit: Include the Negator when reverse engineering SQL fo
Previous Message Murtuza Zabuawala 2016-06-13 06:40:28 PATCH: To fixed uncomment issue (pgAdmin4)