pgAdmin 4 commit: Fix error when refreshing table node. Fixes #1686

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix error when refreshing table node. Fixes #1686
Date: 2016-09-14 09:30:27
Message-ID: E1bk6WR-0002w0-B6@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix error when refreshing table node. Fixes #1686

Branch
------
master

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

Modified Files
--------------
.../servers/databases/schemas/tables/__init__.py | 42 +++++++++++++++++++++-
.../tables/templates/table/sql/9.1_plus/nodes.sql | 3 +-
.../tables/templates/table/sql/9.5_plus/nodes.sql | 3 +-
3 files changed, 45 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Devrim Gündüz 2016-09-14 09:32:23 Re: beautifulsoup4, and Python 2.6
Previous Message Murtuza Zabuawala 2016-09-14 09:03:26 PATCH: Fixes issue where executing a query disables the Save button in the query tool (pgAdmin4)