Re: Patch for pgScript

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: Patch for pgScript
Дата
Msg-id 4977178A.3010606@hagander.net
обсуждение исходный текст
Ответ на Patch for pgScript  ("Mickael Deloison" <mdeloison@gmail.com>)
Ответы Re: Patch for pgScript  (Dave Page <dpage@pgadmin.org>)
Список pgadmin-hackers
Hi!

Sorry for the delay in reviewing.

Does using "[PGSWARNG]" really make sense? It saves only *two*
characters over the much more readanle "[PGSWARNING]"


//Magnus

Mickael Deloison wrote:
> Hi pgadmin hackers,
>
> First, let me wish you a very happy new year 2009.
>
> Then, here is a patch for the pgScript part of pgAdmin:
> Features:
> - Use of pgAdmin UI to highlight the line where an error occurred
> (frmQuery, pgsDriver, pgsThread, pgsApplication, pgsStmtList)
> - Possibility to execute only one part of the script by selecting it (frmQuery)
> - Changed output style (exceptions/*, expressions/pgsExecute,
> statements/pgsStmtList)
> - Improved the script for integration tests: it does not print the
> executed queries anymore because the output was too messy
> (xtra/pgscript/file/test/execute.sh)
> Bugs:
> - Fixed print statement which caused a lock in case an exception was
> thrown (statement/pgsPrintStmt)
>
> Best regards,
> Mickael
>
>
> ------------------------------------------------------------------------
>
>


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Server Status window work
Следующее
От: Dave Page
Дата:
Сообщение: Re: Patch for pgScript