Upgrade problem(Ver 1.3.0)

Поиск
Список
Период
Сортировка
От Hiroshi Saito
Тема Upgrade problem(Ver 1.3.0)
Дата
Msg-id 004501c53462$f7633300$1f324d80@w2k
обсуждение исходный текст
Список pgadmin-hackers
Hi Andreas.

An error occurs when upgraded to 1.3.x from 1.2.x.

1.2.x
    wxString val;
    Read(wxT("Export/Unicode"), &val, wxT("No"));
    exportUnicode = StrToBool(val);
1.3.x
    Read(wxT("Export/Unicode"), &exportUnicode, false);

It is written in registry, and it goes on on it.
I think that you must take this treatment into consideration.
See,
http://cre-ent.skcapi.co.jp/~saito/pgadmin3/pgAdmin3error.jpg

This phenomenon is unpleasant though it is only the beginning.:-(

regards,
Hiroshi Saito

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

Предыдущее
От: cvs@developer.pgadmin.org
Дата:
Сообщение: CVS Commit by dpage: Fix ssl detection
Следующее
От: "Dave Page"
Дата:
Сообщение: V1.2.1 uploaded