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

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: Aditya Toshniwal <aditya(dot)toshniwal(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 11:07:59
Message-ID: CANxoLDeRLJA9WX8PMrSXxj8JOMiQ=wQU0e_ni4Mh06OTToobdg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks patch applied.

On Mon, Aug 27, 2018 at 4:22 PM, Aditya Toshniwal <
aditya(dot)toshniwal(at)enterprisedb(dot)com> wrote:

> Hi Akshay,
>
> Attached is the patch to make autocomplete changes python 2.6 compatible.
> Please note, this patch should be applied over your patch.
>
> On Mon, Aug 27, 2018 at 2:28 PM Aditya Toshniwal <aditya.toshniwal@
> enterprisedb.com> wrote:
>
>> 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"
>>
>
>
> --
> Thanks and Regards,
> Aditya Toshniwal
> Software Engineer | EnterpriseDB Software Solutions | Pune
> "Don't Complain about Heat, Plant a tree"
>

--
*Akshay Joshi*

*Sr. Software Architect *

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

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Murtuza Zabuawala 2018-08-27 11:18:53 [pgAdmin4][RM#3590] Fix refresh button on Dashboard
Previous Message Akshay Joshi 2018-08-27 11:07:12 pgAdmin 4 commit: Fixed auto complete issues for Python 2.6