python 2.6 support [pgAdmin4]

From: Harshal Dhumal <harshal(dot)dhumal(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: python 2.6 support [pgAdmin4]
Date: 2016-01-27 12:51:15
Message-ID: CAFiP3vx_5PLkdoBDe4zrD49QGsObJm_8oEzmDtdSGtQOWhAWHQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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.

--
*Harshal Dhumal*
*Software Engineer *

EenterpriseDB <http://www.enterprisedb.com>

Attachment Content-Type Size
python_2.6_support.patch text/x-patch 3.5 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-01-27 15:00:07 pgAdmin 4 commit: Python 2.6 support fixes.
Previous Message Murtuza Zabuawala 2016-01-27 11:35:37 PATCH: To allow transform to run as function [pgAdmin4]