Re: [pgAdmin4][Patch]: SQL Auto completion feature for Query Tool - Mailing list pgadmin-hackers

From Akshay Joshi
Subject Re: [pgAdmin4][Patch]: SQL Auto completion feature for Query Tool
Date
Msg-id CANxoLDfcBeiv0+CbhL-W_6wBse3TG3VFRgYWBqJSLnUyU+=9+Q@mail.gmail.com
Whole thread Raw
In response to [pgAdmin4][Patch]: SQL Auto completion feature for Query Tool  (Akshay Joshi <akshay.joshi@enterprisedb.com>)
Responses Re: [pgAdmin4][Patch]: SQL Auto completion feature for Query Tool  (Akshay Joshi <akshay.joshi@enterprisedb.com>)
List pgadmin-hackers
Just to update Multi line support is not there right now.

On Wed, May 18, 2016 at 8:09 PM, Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:
Hi All 

I have implemented the sql auto complete feature for Query Tool in pgAdmin4. To achieve this I have analyzed the code of "pgcli (http://pgcli.com/)" and also used some part of the code "(https://github.com/dbcli/pgcli )" with our own modification. 

"pgcli" buffers all the data(databases, tables, functions etc...) at once while connecting to the database, but we can't do that, so when user press "Ctrl+Space" in the Query Tool we will fetch the data and display the suggestions accordingly.

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-9517
Mobile: +91 976-788-8246



--
Akshay Joshi
Principal Software Engineer 


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

pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: [pgAdmin4][Patch]: SQL Auto completion feature for Query Tool
Next
From: Murtuza Zabuawala
Date:
Subject: Re: Stalled post to pgadmin-hackers