pgAdmin 4 commit: Resolved issues regarding the rows, and column descri

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Resolved issues regarding the rows, and column descri
Date: 2016-01-04 06:42:00
Message-ID: E1aFyq8-0001P9-H3@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Resolved issues regarding the rows, and column description not return by
the given query in the execute_dict and execute_2darray function in the
psycopg2 driver.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=49373df02d64fc923d8582f34b49466ecfc9d7c0

Modified Files
--------------
web/pgadmin/utils/driver/psycopg2/__init__.py | 18 ++++++++++++------
1 file changed, 12 insertions(+), 6 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-01-04 06:49:09 pgAdmin 4 commit: Set options fetched from the server as it is only whe
Previous Message Ashesh Vashi 2016-01-04 06:04:57 pgAdmin 4 commit: Allow to specify the options as a function, which ret