\r
Date Dev Ver Change details\r
---------- --- ----- --------------\r
-2008-05-27 DP 1.8.3 Allow a debugging session to be cancelled correctly on \r
+2008-05-28 DP 1.8.3 Ensure functions in databases with non-ASCII names can be\r
+ debugged.\r
+2008-05-27 DP 1.8.3 Allow a debugging session to be cancelled correctly on\r
windows.\r
2008-05-23 DP 1.9.0 Allow the treeview nodes to be colour-coded for each\r
server, per Michael Glaeseman.\r
connectParams.Trim(false);
m_frame->getStatusBar()->SetStatusText( wxString::Format(_( "Connecting to %s" ), msg.c_str()), 1 );
- m_pgConn = PQconnectdb( connectParams.ToAscii());
+ m_pgConn = PQconnectdb( connectParams.mb_str(wxConvUTF8));
if( PQstatus( m_pgConn ) == CONNECTION_OK )
{