pgAdmin 4 commit: Fix constraint on server table to allow port 65535 to

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix constraint on server table to allow port 65535 to
Date: 2016-06-23 10:43:53
Message-ID: E1bG26z-0004oS-Kp@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix constraint on server table to allow port 65535 to be used. Fixes #1388

Branch
------
master

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

Modified Files
--------------
web/config.py | 2 +-
web/setup.py | 31 +++++++++++++++++++++++++++++++
2 files changed, 32 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-06-23 10:44:27 Re: PATCH: To fix the issue of IntegrityError in server port defination (pgAdmin4)
Previous Message Dave Page 2016-06-23 10:37:53 pgAdmin 4 commit: Don't offer an option to drop the current maintenance