pgAdmin 4 commit: Properly schema qualify domains when reverse engineer

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Properly schema qualify domains when reverse engineer
Date: 2016-10-28 15:45:10
Message-ID: E1c09LC-0000yC-A3@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Properly schema qualify domains when reverse engineering SQL. Fixes #1865

Branch
------
master

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

Modified Files
--------------
.../databases/schemas/domains/domain_constraints/__init__.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Bruno Friedmann 2016-10-30 16:39:08 Trouble with requirement django-htmlmin
Previous Message Dave Page 2016-10-28 15:40:39 Re: PATCH: To fix the issue in unique constraints node (pgAdmin4)