Re: [pgAdmin][RM1802] ERD Tool (Beta)

2020-12-25 Thread Akshay Joshi
Hi Khushboo,

Can you please review it?

On Fri, Dec 25, 2020 at 3:31 PM Aditya Toshniwal <
aditya.toshni...@enterprisedb.com> wrote:

> Hi Hackers,
>
> Attached patch introduces ERD Tool(Beta) to pgAdmin. Below are the details:
> 1) Create a diagram from scratch or generate for an existing DB.
> 2) Generate "Create" DDL from the diagram.
> 3) Save the diagram and resume it later.
> 4) Supports basic table fields, one-to-many relationships, many-to-many
> relationships, adding notes.
> 5) Test cases added with 75-80% test coverage.
>
> Please review.
>
> --
> Thanks,
> Aditya Toshniwal
> pgAdmin hacker | Sr. Software Engineer | *edbpostgres.com*
> 
> "Don't Complain about Heat, Plant a TREE"
>


-- 
*Thanks & Regards*
*Akshay Joshi*
*pgAdmin Hacker | Principal Software Architect*
*EDB Postgres *

*Mobile: +91 976-788-8246*


pgAdmin 4 commit: Close query tool connection for API test cases.

2020-12-25 Thread Akshay Joshi
Close query tool connection for API test cases.

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=98b7603ebd761b9c508d5ad09ae18c5349e960d1

Modified Files
--
web/pgadmin/tools/sqleditor/tests/test_download_csv_query_tool.py  | 5 +
web/pgadmin/tools/sqleditor/tests/test_editor_history.py   | 5 +
web/pgadmin/tools/sqleditor/tests/test_encoding_charset.py | 5 +
web/pgadmin/tools/sqleditor/tests/test_explain_plan.py | 5 +
web/pgadmin/tools/sqleditor/tests/test_macros.py   | 5 +
web/pgadmin/tools/sqleditor/tests/test_poll_query_tool.py  | 5 +
web/pgadmin/tools/sqleditor/tests/test_transaction_status.py   | 7 +++
.../sqleditor/utils/tests/test_is_query_resultset_updatable.py | 7 +++
web/pgadmin/tools/sqleditor/utils/tests/test_save_changed_data.py  | 7 +++
9 files changed, 51 insertions(+)