Обсуждение: [pgadmin-hackers] [pgAdmin4][PATCH] Compatibility fixes for Python2.6

Поиск
Список
Период
Сортировка

[pgadmin-hackers] [pgAdmin4][PATCH] Compatibility fixes for Python2.6

От
Murtuza Zabuawala
Дата:
Hi,

PFA minor patch to fix the issue where user was not able to use query tool when using Python2.6.
I also fixed "process_executer.py" as it has dict comprehension which is not supported in Python2.6, so used dict instead.
RM#2159
 
--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Вложения

Re: [pgadmin-hackers] [pgAdmin4][PATCH] Compatibility fixes for Python2.6

От
Dave Page
Дата:
Thanks - applied.

On Wed, Feb 8, 2017 at 5:18 AM, Murtuza Zabuawala
<murtuza.zabuawala@enterprisedb.com> wrote:
> Hi,
>
> PFA minor patch to fix the issue where user was not able to use query tool
> when using Python2.6.
> I also fixed "process_executer.py" as it has dict comprehension which is not
> supported in Python2.6, so used dict instead.
> RM#2159
>
> --
> Regards,
> Murtuza Zabuawala
> EnterpriseDB: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>
>
> --
> 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