pgAdmin 4 commit: Fix constraint on servers table in SQLite to allowpo - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Fix constraint on servers table in SQLite to allowpo
Date
Msg-id E1fQ8YU-0003n2-LV@gothos.postgresql.org
Whole thread Raw
List 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.toshniwal@enterprisedb.com>

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


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgAdmin4][RM#3307]User interface unable to connect to databaserunning on port range 1-1024
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Handle a potential error case in the connectionstatu