pgAdmin 4 commit: Fix validation for external and range types. Fixes #1

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix validation for external and range types. Fixes #1
Date: 2017-06-06 10:24:14
Message-ID: E1dIBeo-0000Lj-0U@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix validation for external and range types. Fixes #1795

Branch
------
master

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

Modified Files
--------------
.../servers/databases/schemas/types/__init__.py | 28 ++++++-
.../schemas/types/templates/type/js/type.js | 86 +++++++++++++++-------
2 files changed, 83 insertions(+), 31 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-06-06 10:24:54 Re: [pgAdmin4][PATCH] To fix the validation in Types node
Previous Message Dave Page 2017-06-06 10:20:02 Re: [pgAdmin4][PATCH] To fix the spacing issue in SQL for Event trigger