Re: pgAdmin 4 commit: Added logic to provide custom schema name in re_sql t

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: pgAdmin 4 commit: Added logic to provide custom schema name in re_sql t
Date: 2019-07-08 07:04:38
Message-ID: CANxoLDei0AYYWTrnsLSuwzcw6BgtihXmKwnQ+9FQYJ9eUfhMZQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks patch applied

On Mon, Jul 8, 2019 at 11:10 AM Khushboo Vashi <
khushboo(dot)vashi(at)enterprisedb(dot)com> wrote:

> 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(dot)joshi(at)enterprisedb(dot)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(dot)vashi(at)enterprisedb(dot)com>
>>
>> Modified Files
>> --------------
>> web/regression/re_sql/tests/test_resql.py | 30
>> +++++++++++++++++++++++++++++-
>> 1 file changed, 29 insertions(+), 1 deletion(-)
>>
>>

--
*Thanks & Regards*
*Akshay Joshi*

*Sr. Software Architect*
*EnterpriseDB Software India Private Limited*
*Mobile: +91 976-788-8246*

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-07-08 08:33:16 Re: RE-SQL test patch for extension node
Previous Message Akshay Joshi 2019-07-08 07:04:26 pgAdmin 4 commit: Fix small issue which is required to support the cust