pgAdmin 4 commit: Fix constraint on servers table in SQLite to allow po

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix constraint on servers table in SQLite to allow po
Date: 2018-06-05 09:47:06
Message-ID: E1fQ8YU-0003n2-LV@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix constraint on servers table in SQLite to allow ports < 1024. Fixes #3307

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=20ea8a69f5ef31bc5082dc3d55ef09d1e96dd926
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
web/migrations/versions/7c56ea250085_.py | 90 ++++++++++++++++++++++++++++++++
web/pgadmin/model/__init__.py | 4 +-
2 files changed, 92 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-06-05 10:58:00 pgAdmin 4 commit: Handle a potential error case in the connection statu
Previous Message Dave Page 2018-06-05 09:46:51 Re: [pgAdmin4][RM#3307]User interface unable to connect to database running on port range 1-1024