[pgAdmin4] [Patch] Implementation of the Data Grid and Query Tool

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4] [Patch] Implementation of the Data Grid and Query Tool
Date: 2016-04-05 09:20:10
Message-ID: CANxoLDe8fRZ=m8NGPc0=YQLS0vTc4-L5xmjyn2J2V1jUt937Mg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi All

I have implemented the Data Grid and Query Tool as one component.

*Functionality working for Data Grid*:

- Add/Update/Delete rows if object is editable.
- Copy row
- Paste row
- Refresh
- Client Filter provided by the Backgrid.
- Filter (User specified, By cell Selection, Exclude Selection
- Add Limit to the query result
- Download the data as CSV.

*Todo's for the Data Grid*:

- Find a way to select backgrid cell when rows are not editable. If
backgrid rows are not editable then Filter by selection and Exclude
selection won't work

*Functionality working for Query Tool*:

- Execute sql query.
- Execute the Highlighted sql.
- Cancel the running query.
- Download the data as CSV

*Todo's for the Query Tool*:

- Open as SQL file.
- Save to SQL file.
- Auto Commit/ Rollback.
- Output Panel should be resizable, so that user can

Attached is the patch file. Please review it and let me know the review
comments if any.

--
*Akshay Joshi*
*Principal Software Engineer *

*Phone: +91 20-3058-9517Mobile: +91 976-788-8246*

Attachment Content-Type Size
SQLEditor.patch application/octet-stream 146.7 KB
DataGrid-Design.png image/png 265.6 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-04-05 11:08:27 pgAdmin 4 commit: Honour the 'show_system_object' flag when generating
Previous Message Khushboo Vashi 2016-04-05 08:57:05 Re: [pgAdmin4] [Patch]: Foreign Table Module