Re: [pgadmin-hackers] pgConn.cpp.patch

2003-06-25 Thread Dave Page
-Original Message- From: Adam H.Pendleton [mailto:[EMAIL PROTECTED] Sent: 25 June 2003 03:02 To: [EMAIL PROTECTED] Subject: [pgadmin-hackers] pgConn.cpp.patch This patch fixes a bug in the error reporting of the new connection dialog when setting the database encoding. Hi

Re: [pgadmin-hackers] pgConn.cpp.patch

2003-06-25 Thread Adam H. Pendleton
Dave Page wrote: Message Yes, this is because the PQsetClientEncoding fails becausethe connection failed. I've changed the preceeding code to: // Set client encoding to Unicode/Ascii if (PQstatus(conn) == CONNECTION_OK) { #if wxUSE_UNICODE wxLogInfo(wxT("Setting

[pgadmin-hackers] pgConn.cpp.patch

2003-06-24 Thread Adam H . Pendleton
This patch fixes a bug in the error reporting of the new connection dialog when setting the database encoding. ahp pgConn.cpp.patch Description: Binary data PGP.sig Description: PGP signature