Upgrade problem(Ver 1.3.0)

From: "Hiroshi Saito" <saito(at)inetrt(dot)skcapi(dot)co(dot)jp>
To: "Andreas Pflug" <Andreas(dot)Pflug(at)web(dot)de>
Cc: <pgadmin-hackers(at)postgresql(dot)org>, "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
Subject: Upgrade problem(Ver 1.3.0)
Date: 2005-03-29 13:26:50
Message-ID: 004501c53462$f7633300$1f324d80@w2k
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2005-03-29 13:36:34 V1.2.1 uploaded
Previous Message cvs 2005-03-29 12:18:04 CVS Commit by dpage: Fix ssl detection