pgAdmin 4 commit: Fix error message regexp in the query tool that could

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix error message regexp in the query tool that could
Date: 2017-09-18 10:55:08
Message-ID: E1dtthk-0004Qj-2G@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix error message regexp in the query tool that could fail in some cases. Fixes #2700

Branch
------
master

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

Modified Files
--------------
web/pgadmin/static/jsx/history/detail/history_error_message.jsx | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-09-18 10:57:47 pgAdmin 4 commit: Correct alignment of the X button on dismissable aler
Previous Message Dave Page 2017-09-18 10:46:35 Re: [PATCH] Work with newer Flask-Security.