[pgScript patch] Output + bug fix

Поиск
Список
Период
Сортировка
От Mickael Deloison
Тема [pgScript patch] Output + bug fix
Дата
Msg-id 1f8f052b0903061131i37b42b25w502346c5864e6396@mail.gmail.com
обсуждение исходный текст
Ответы Re: [pgScript patch] Output + bug fix  (Dave Page <dpage@pgadmin.org>)
Re: [pgScript patch] Output + bug fix  (Magnus Hagander <magnus@hagander.net>)
Список pgadmin-hackers
Hi pgAdmin hackers,

Here is a patch for pgAdmin. I have finally completed the patch for
the pgScript outputs and am sorry for the delay.
This patch also corrects a bug in pgsPrintStmt.cpp because of a thread
double lock in case of exception.
I have other updates to send but I would like this one to be committed first.

I have noticed while making this patch that the
pgQueryThread::GetMessagesAndClear() method does not return anything
when my query returns a warning. It did before.
The line 185 is:
  conn->SetLastResultError(NULL);
Before, it was:
  appendMessage(conn->GetLastError() + wxT("\n"));
When I put this line back to what it was, I do not have the problem
anymore. Is this a problem or is there another way to get the last
warning message?

Best regards,
Mickael

Вложения

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

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin - notice of intent to change licence
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgScript patch] Output + bug fix