Re: pgAdmin 4 commit: Added logic to provide custom schema name inre_sql t - Mailing list pgadmin-hackers

From Khushboo Vashi
Subject Re: pgAdmin 4 commit: Added logic to provide custom schema name inre_sql t
Date
Msg-id CAFOhELdhnLVQvjw7nFpHkPxMW_hTqVv6-SUotS+UPQhHtEPeWw@mail.gmail.com
Whole thread Raw
In response to pgAdmin 4 commit: Added logic to provide custom schema name in re_sql t  (Akshay Joshi <akshay.joshi@enterprisedb.com>)
Responses Re: pgAdmin 4 commit: Added logic to provide custom schema name inre_sql t  (Akshay Joshi <akshay.joshi@enterprisedb.com>)
List pgadmin-hackers
Hi,

One small change is required to support the custom schema.
Please find the attached patch for the same.

Thanks,
Khushboo

On Fri, Jul 5, 2019 at 3:35 PM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:
Added logic to provide custom schema name in re_sql test framework.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=954c0d31019a6cd19e15ee024f032f92c6654628
Author: Khushboo Vashi <khushboo.vashi@enterprisedb.com>

Modified Files
--------------
web/regression/re_sql/tests/test_resql.py | 30 +++++++++++++++++++++++++++++-
1 file changed, 29 insertions(+), 1 deletion(-)

Attachment

pgadmin-hackers by date:

Previous
From: Nagesh Dhope
Date:
Subject: RE-SQL test patch for extension node
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Fix small issue which is required to support the cust