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

From Dave Page
Subject Re: [pgAdmin4][Patch]: RM#1330 - Syntax error while running pgadmin_beta with python2.6.9
Date
Msg-id CA+OCxoxh1F-eyxR71i1k59MUMYywmeb6kPDTXpCfmTmqozx0bQ@mail.gmail.com
Whole thread Raw
In response to [pgAdmin4][Patch]: RM#1330 - Syntax error while running pgadmin_beta with python2.6.9  (Surinder Kumar <surinder.kumar@enterprisedb.com>)
List pgadmin-hackers
Thanks, applied.

On Mon, Jun 13, 2016 at 8:55 AM, Surinder Kumar
<surinder.kumar@enterprisedb.com> wrote:
> 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
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>



--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Fix file type detection for Python 2.6. Fixes #1330
Next
From: Colin Beckingham
Date:
Subject: pgadmin4 slow with large tables compared to pgadmin3