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

From Surinder Kumar
Subject [pgAdmin4][Patch]: RM#1330 - Syntax error while running pgadmin_beta with python2.6.9
Date
Msg-id CAM5-9D8E7u77CvWhk4tf1WLsM6zviUhTH0S22j5G6CTiqb93=g@mail.gmail.com
Whole thread Raw
Responses Re: [pgAdmin4][Patch]: RM#1330 - Syntax error while running pgadmin_beta with python2.6.9  (Dave Page <dpage@pgadmin.org>)
List 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

pgadmin-hackers by date:

Previous
From: Sebastiaan van Stijn
Date:
Subject: [PATCH] fix "global name 'execfile' not defined"
Next
From: Dave Page
Date:
Subject: pgAdmin III commit: Include the Negator when reverse engineering SQL fo