[pgAdmin4][Patch]: SQL Auto completion feature for Query Tool

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема [pgAdmin4][Patch]: SQL Auto completion feature for Query Tool
Дата
Msg-id CANxoLDe-Sf5kY44js-LNFnU-=_HdaNo=xBTDfeO_bpLu9f3Rvw@mail.gmail.com
обсуждение исходный текст
Ответы Re: [pgAdmin4][Patch]: SQL Auto completion feature for Query Tool  (Akshay Joshi <akshay.joshi@enterprisedb.com>)
Список pgadmin-hackers
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
Вложения

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Surinder Kumar
Дата:
Сообщение: Re: [PATCH] Tables node (pgAdmin4)
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin4][Patch]: SQL Auto completion feature for Query Tool