Re: [pgScript patch] Improved test output + make use of pgAdmin UI for error output

From: Mickael Deloison <mdeloison(at)gmail(dot)com>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgScript patch] Improved test output + make use of pgAdmin UI for error output
Date: 2009-03-11 19:23:51
Message-ID: 1f8f052b0903111223y6f85da3ehe502d0eea98e3e8a@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

2009/3/11 Dave Page <dpage(at)pgadmin(dot)org>:
> If I enter this example from the docs:
>
> SET @A = INTEGER(100, 200);
> PRINT @A; -- Prints an integer between 100 and 200
> PRINT @A; -- Prints another integer between 100 and 200
>
> I get:
>
> 3.9-10: syntax error, unexpected '-'

Please refer to my previous message for the explanation of this syntax
error. A very simple correction is possible but I need the third patch
on my first email to be applied because the correction is on that part
of code (the idea is to add a wxT("\n") to the query when calling
psgScript->ParseString() in froQuery.cpp so that the script always
ends with an empty line).

Best regards,
Mickael

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2009-03-11 19:35:52 SVN Commit by dpage: r7679 - in trunk/pgadmin3/pgadmin: frm include/pgscript include/pgscript/utilities pgscript pgscript/statements pgscript/utilities
Previous Message Mickael Deloison 2009-03-11 19:11:38 Re: [pgScript patch] Improved test output + make use of pgAdmin UI for error output