pgAdmin 4 commit: Fix regression when generating SQL for new databases,

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix regression when generating SQL for new databases,
Date: 2016-12-16 13:12:15
Message-ID: E1cHsJ5-0002dI-KM@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix regression when generating SQL for new databases, caused by an invalid check of datallowconn introduced in the fix for #1801.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1d571902da939cd9799665f24e885e43a58ca119
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/browser/server_groups/servers/databases/__init__.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-12-16 13:12:23 Re: [pgAdmin4][Patch]: RM #1801 : Properly handle databases with datallowconn == false
Previous Message Dave Page 2016-12-16 13:08:53 Re: PATCH: Enhancement in SQL Field Backform control (pgAdmin4)