Re: [pgadmin-hackers] acinclude patch

2003-10-09 Thread Dave Page
Thanks Adam, patch applied. Regards, Dave > -Original Message- > From: Adam H. Pendleton [mailto:[EMAIL PROTECTED] > Sent: 09 October 2003 15:08 > To: pgadmin-hackers > Subject: [pgadmin-hackers] acinclude patch > > This patch allows autoconf to handle the new wxWindows library naming.

Re: [BUGS] [pgadmin-hackers] Degrade(character conversion problem)

2003-10-09 Thread Hiroshi Saito
Hi Andreas. It was confirmed in this. Please check and apply it.:-) regards, Hiroshi Saito From: "Hiroshi Saito" <[EMAIL PROTECTED]> (snip) > Let me follow it a little more. > Wait for a while... > Thank you. wxConv_patch Description: Binary data ---(end of broadcast)

Re: [BUGS] [pgadmin-hackers] Degrade(character conversion problem)

2003-10-09 Thread Hiroshi Saito
Hi Andreas. > >All results are "DEBUG: conv=>wxConvLibc". > >I think how it will be modified. > > > > > > In the constructor of pgConn (line 152ff), the server encoding is > checked, and the client encoding is set to UNICODE if the server doesn't > use SQL_ASCII. If everything's successfu

[pgadmin-hackers] acinclude patch

2003-10-09 Thread Adam H. Pendleton
This patch allows autoconf to handle the new wxWindows library naming. ahp P.S. -- Can someone confirm that the library naming has changed under cygwin (on Win32)? --- pgadmin3/acinclude.m4 2003-10-09 10:02:27.0 -0400 +++ pgadmin3.new/acinclude.m4 2003-10-09 10:02:15.0 -0

Re: [BUGS] [pgadmin-hackers] Degrade(character conversion problem)

2003-10-09 Thread Andreas Pflug
Hiroshi Saito wrote: Hi Andreas. It was ascertained. The timing of constructer of pgConn isn't suitable for it. It tried to trace it in let's as below. pgSet *pgConn::ExecuteSet(const wxString& sql) { // Execute the query and get the status.