Re: PATCH: saving macro after query pasting

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Dmitriy Olshevskiy <olshevskiy87(at)bk(dot)ru>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: PATCH: saving macro after query pasting
Date: 2014-07-16 08:07:41
Message-ID: CA+OCxozt1rN0eF20HO=6AUxO5+C3e4q8x0CAfLO91pzdhTfyvw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ashesh - can you look at this ASAP please, and commit if it looks OK?

On Sat, Jul 12, 2014 at 12:06 PM, Dmitriy Olshevskiy <olshevskiy87(at)bk(dot)ru>
wrote:

> Hello.
>
> Please see this patch. These are changes in the macros manage dialog:
> - the "Save" button is enabled after any change in the query window
> - RestorePosition() in the constructor
> - unnecessary variable appQueryModify has been removed
> - changed the condition that checks whether the title and query were
> filled (method SetMacro())
>
> Thank you.
>
> --
> Dmitriy Olshevskiy
>
>

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

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

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2014-07-16 08:08:03 Re: PATCH: saving macro after query pasting
Previous Message Dave Page 2014-07-15 07:21:06 Re: 答复: [pgadmin-hackers] pgAdmin III commit: Fix SQL for GRANT on a sequence