Re: [pgScript patch] Improved test output + make use of pgAdmin UI for error output - Mailing list pgadmin-hackers

From Dave Page
Subject Re: [pgScript patch] Improved test output + make use of pgAdmin UI for error output
Date
Msg-id 937d27e10903121028i7f42935elf37db136f7a52ec5@mail.gmail.com
Whole thread Raw
In response to Re: [pgScript patch] Improved test output + make use of pgAdmin UI for error output  (Mickael Deloison <mdeloison@gmail.com>)
List pgadmin-hackers
On Thu, Mar 12, 2009 at 1:56 PM, Mickael Deloison <mdeloison@gmail.com> wrote:

> Hi Dave,
>
> Attached to this email, a patch that prints an error when statements
> are not ended with a semi-colon or when the end of file in encountered
> whereas a string is not ended. For example
> SELECT 1
> PRINT 'Hi
> SELECT $A$ abc
> SELECT 'Hi
> All those statements return an error saying a semi-colon is expected.

Cool - thanks Mickael - patch applied.

--
Dave Page
EnterpriseDB UK:   http://www.enterprisedb.com

pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r7692 - in trunk/pgadmin3/pgadmin: frm include/pgscript pgscript
Next
From: Devrim GÜNDÜZ
Date:
Subject: Re: pgAdmin 1.10.0 Beta 1 uploaded