Re: [pgAdmin4][Patch]: RM #3420 Merge latest code of pgcli with pgAdmin4

From: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
To: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin4][Patch]: RM #3420 Merge latest code of pgcli with pgAdmin4
Date: 2018-08-27 08:58:44
Message-ID: CAM9w-_=hhh_kx2JpbGBJZKKvwKocNQ7pX6koKJn3rO5so8DqyQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

Did a basic testing. Looks good to me. Test cases run successfully.

On Fri, Aug 24, 2018 at 10:55 AM Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
wrote:

> Hi Hackers
>
> I have merged the latest code of "*pgcli*" used for auto complete feature
> in pgAdmin4. We haven't merged that code since last 2 years and they have
> fixed some bugs and also provided some new features:
>
> - Add support for CTE aware auto-completion.
> - Handle unrecognized keywords gracefully.
> - Support for table-qualifying column suggestions.
> - Add additional completion for ALTER keyword.
> - Better suggestions when editing functions.
> - Added MATERIALIZED VIEW keywords.
> - Completions after ORDER BY and DISTINCT now take account of table
> aliases.
> - Include arguments in function suggestions.
> - Add missing keyword COLUMN after DROP
>
> I have also added some feature test for auto complete. Attached is the
> patch please review it.
> --
> *Akshay Joshi*
>
> *Sr. Software Architect *
>
>
>
> *Phone: +91 20-3058-9517Mobile: +91 976-788-8246*
>

--
Thanks and Regards,
Aditya Toshniwal
Software Engineer | EnterpriseDB Software Solutions | Pune
"Don't Complain about Heat, Plant a tree"

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2018-08-27 09:31:15 pgAdmin 4 commit: Merge pgcli code with version 1.10.3, which is used f
Previous Message Akshay Joshi 2018-08-27 07:49:20 Re: [pgAdmin4][Patch]: RM 1253 - Store and reload current location in treeview