Re: [pgadmin-hackers] python 2.6 support [pgAdmin4]

2016-01-27 Thread Dave Page
Thanks, patch applied. On Wed, Jan 27, 2016 at 12:51 PM, Harshal Dhumal < harshal.dhu...@enterprisedb.com> wrote: > Hi, > > > PFA patch for pgAdmin4 to run in python 2.6 environment. > > Changes are mostly related to 1] dictionary comprehension syntax. 2] > Converting query result to dict in exec

[pgadmin-hackers] pgAdmin 4 commit: Python 2.6 support fixes.

2016-01-27 Thread Dave Page
Python 2.6 support fixes. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b77c5a6c5435b851c9235ad019736cee5e549ead Author: Harshal Dhumal Modified Files -- requirements_py2.txt | 1 + web/pgadmin/__i

[pgadmin-hackers] python 2.6 support [pgAdmin4]

2016-01-27 Thread Harshal Dhumal
Hi, PFA patch for pgAdmin4 to run in python 2.6 environment. Changes are mostly related to 1] dictionary comprehension syntax. 2] Converting query result to dict in execute_dict and execute_2array methods in psycopg driver 3] Added importlib python package dependency for python 2.6. -- *Harsha

[pgadmin-hackers] PATCH: To allow transform to run as function [pgAdmin4]

2016-01-27 Thread Murtuza Zabuawala
Hi, PFA minor patch,Which will allow transform to run as function for node-ajax-options control, similar to disable/visible field in schema. -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company fix_transform_function.patch Description: Binar