Re: [pgAdmin4][RM#3257] Fix for explain functionality

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
Cc: Joao De Almeida Pereira <jdealmeidapereira(at)pivotal(dot)io>, pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin4][RM#3257] Fix for explain functionality
Date: 2018-04-12 09:51:24
Message-ID: CA+OCxoyYfiFcDp2D=cFnuRRjJQO0bKaW_VHE1VjyAtXd3-Md8A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, applied.

On Tue, Apr 10, 2018 at 6:57 PM, Murtuza Zabuawala <
murtuza(dot)zabuawala(at)enterprisedb(dot)com> wrote:

> Thanks for reviewing Joao.
>
> Yeah missed to run tests. I assumed its just a SQL formatting it wouldn't
> hurt anything but I was wrong :)
> Here's updated patch.
>
> --
> Regards,
> Murtuza Zabuawala
> EnterpriseDB: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>
>
> On Tue, Apr 10, 2018 at 8:18 PM, Joao De Almeida Pereira <
> jdealmeidapereira(at)pivotal(dot)io> wrote:
>
>> Hi Murtuza,
>> Looks like the tests are failing due to this change.
>> I also got some strange result on the linter, but I believe it is
>> something related to this machine.
>>
>> Thanks
>> Joao
>>
>> On Tue, Apr 10, 2018 at 6:20 AM Murtuza Zabuawala <
>> murtuza(dot)zabuawala(at)enterprisedb(dot)com> wrote:
>>
>>> Hi Dave,
>>>
>>> A minor fix for explain functionality.
>>>
>>> *Issue:* Due to multiline explain options in the SQL template
>>> CodeMirror was failing to highlight the exact line of error.
>>>
>>>
>>> --
>>> Regards,
>>> Murtuza Zabuawala
>>> EnterpriseDB: http://www.enterprisedb.com
>>> The Enterprise PostgreSQL Company
>>>
>>>
>

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2018-04-12 10:15:38 Re: [pgAdmin4][RM#3179] Error message displayed if click on sql pane of Trigger function
Previous Message Dave Page 2018-04-12 09:51:01 pgAdmin 4 commit: Catch errors when trying to EXPLAIN an invalid query.