[pgAdmin4][Patch] - RE-SQL and modified SQL tests for Check Constraint node

From: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][Patch] - RE-SQL and modified SQL tests for Check Constraint node
Date: 2019-07-16 06:22:31
Message-ID: CAFOhELePnGgBQnfowrkabLHauGBiXO9xNGM_hmCZ766PUPmtFQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

Please find the attached patch for the RE-SQL and modified SQL tests for
check constraint node.

For the table child nodes, *create table endpoint *with proper data is
required in the JSON file.
I have introduced one new parameter named *store_table_id* in the table
create endpoint, so the created table ID will be stored for the rest of the
scenarios.

Thanks,
Khushboo

Attachment Content-Type Size
resql_check_constraint.patch application/octet-stream 6.1 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-07-16 08:35:05 pgAdmin 4 commit: Improve error output for the RE-SQL tests.
Previous Message Yosry Muhammad 2019-07-16 05:03:06 Re: [GSoC] Finalized First Patch