pgAdmin 4 commit: Fix the template loader to work reliably under Window

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix the template loader to work reliably under Window
Date: 2018-05-03 14:54:19
Message-ID: E1fEFch-0001YJ-S6@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix the template loader to work reliably under Windows (fixing external tables under Greenplum). Fixes #3324

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=56658a9f8e676bb287e8e191b9acca74a23fc4e1
Author: Anthony Emengo <aemengo(at)pivotal(dot)io>

Modified Files
--------------
docs/en_US/release_notes_3_1.rst | 3 +-
web/pgadmin/utils/versioned_template_loader.py | 93 ++++++++++++++++----------
2 files changed, 60 insertions(+), 36 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-05-03 14:54:25 Re: [pgAdmin4][RM#3324] - Windows user unable to expand "External Tables" navigation item
Previous Message Anthony Emengo 2018-05-03 14:23:21 [pgAdmin4][patch] - Fix CheckForViewDataTest