pgAdmin 4 commit: Always fetch column info from the server, even if the

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Always fetch column info from the server, even if the
Date: 2016-03-08 16:00:01
Message-ID: E1adK3F-0002wR-Kl@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Always fetch column info from the server, even if there are no rows.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f08aa6a3138a4e762548b33bc104f2bee2675bb4
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/utils/driver/psycopg2/__init__.py | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-03-08 16:00:10 Re: Bug fixed in Asynchronous connection
Previous Message Dave Page 2016-03-08 15:53:02 Re: PATCH: Schema/Catalog Node [pgAdmin4]