Re: [pgadmin-hackers] CVS compile error

2003-10-08 Thread Jean-Michel POURE
Le Mercredi 8 Octobre 2003 09:06, Dave Page a crit : Could that be something to do with the lack of Unicode support on Mac? MacOsX has built-in support for Unicode. wxMac does not. It remains to be added to wxMac according to Stefan. Cheers, Jean-Michel ---(end of

Re: [pgadmin-hackers] CVS compile error

2003-10-08 Thread Adam H. Pendleton
Stefan Csomor wrote: Hi it is not really difficult but if you don't know the MacOS Unicode calls it's getting tiresome, I will try to make an assessment of the trouble involved in solving this for 10.2 by next week, I see we need it... Thanks, Stefan, we really appreciate your continuing

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

2003-10-08 Thread Hiroshi Saito
Hi Andreas. It is a little strange... pgSet *pgConn::ExecuteSet(const wxString sql) { // Execute the query and get the status. PGresult *qryRes; wxLogSql(wxT(Set query (%s:%d): %s), this-GetHost().c_str(), this-GetPort(), sql.c_str()); qryRes = PQexec(conn,

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

2003-10-08 Thread Andreas Pflug
Hiroshi Saito wrote: Hi Andreas. I have a problem. It is a happening within this week. See below. http://cre-ent.skcapi.co.jp/~saito/pgadmin3/20030922_1.jpg http://cre-ent.skcapi.co.jp/~saito/pgadmin3/20031007_1.jpg Tonight, let me know it if you know something though it will be examined. Thank

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

2003-10-08 Thread Hiroshi Saito
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. PGresult