Re: Beta 2 Wednesday?

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: Beta 2 Wednesday?
Дата
Msg-id 46A5D974.40402@postgresql.org
обсуждение исходный текст
Ответ на Re: Beta 2 Wednesday?  (Guillaume Lelarge <guillaume@lelarge.info>)
Ответы Re: Beta 2 Wednesday?  ("Guillaume Lelarge" <guillaume@lelarge.info>)
Список pgadmin-hackers
Guillaume Lelarge wrote:
> Guillaume Lelarge a écrit :
>> PS : so, I've no objection for beta 2 on wednesday.
>>
>
> In fact, I have one. I just fixed a bug on the creation of a function
> without cost parameter but there's still one unfixed. It's in
> dlgFunction.cpp source file, method CheckChange. I think the problem is
> on these lines :
>
>     if (!isProcedure || !connection->EdbMinimumVersion(8, 0))
>         CheckValid(enable, cbLanguage->GetCurrentSelection() >= 0,
> _("Please select language."));
>
>
> There's something wrong in this test with a vanilla PostgreSQL. When I
> comment these lines, I can apply my changes on a function's definition.
> Otherwise, the OK button remains disabled whatever changes I could have
> done. But I have absolutely no idea what's going wrong here. Dave, can
> you take a look at this before building beta 2 ? Thanks.

I couldn't reproduce the problem myself (against PG 8.2.4), but I agree
that the logic in the check is in need of attention. I've committed a
slightly more sane version - please check it's OK for you.

Thanks, Dave

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

Предыдущее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by dpage: r6471 - trunk/pgadmin3/pgadmin/dlg
Следующее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by dpage: r6472 - trunk/pgadmin3