pg in pgCast.cpp

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема pg in pgCast.cpp
Дата
Msg-id 6EE64EF3AB31D5448D0007DD34EEB3412A75AF@Herge.rcsinc.local
обсуждение исходный текст
Список pgadmin-hackers
Didn't seem to get through the first time, so I'm sending copy to Dave
to be sure it makes it.

There is a bug in pgCast.cpp:
In line 48, GetCastContext() is being compared to "Explicit", should be
"EXPLICIT".  This is causing PgAdmin to emit bad sql for explicit casts.

Merlin

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

Предыдущее
От: cvs@developer.pgadmin.org
Дата:
Сообщение: CVS Commit by dpage: Fix explicit cast SQL per report from Merlin
Следующее
От: Raphaël Enrici
Дата:
Сообщение: Re: [pgadmin-support] I fixed a couple compile