pgAdmin 4 commit: Ensure View Data on a table with zero columns doesn't

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure View Data on a table with zero columns doesn't
Date: 2016-09-14 09:43:11
Message-ID: E1bk6il-0003j4-Vf@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure View Data on a table with zero columns doesn't throw an error. Fixes #1677

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=751327eacc2eabcd170df39371d055a199bb8976
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/tools/sqleditor/__init__.py | 35 ++++++++++++----------
.../tools/sqleditor/static/css/sqleditor.css | 4 +++
2 files changed, 23 insertions(+), 16 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-09-14 09:43:18 Re: PATCH: To fix the issue of Table node (pgAdmin4)
Previous Message Dave Page 2016-09-14 09:39:26 Re: PATCH: To fix the issue in Rules node (pgAdmin4)