Re: [pgadmin-hackers] PGA3 bug

2003-03-25 Thread Dave Page
Thanks Andreas, update commited. Regards, Dave. > -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 25 March 2003 14:00 > To: [EMAIL PROTECTED] > Subject: [pgadmin-hackers] PGA3 bug > > > While trying to connect to my 7.4 server on po

[pgadmin-hackers] PGA3 bug

2003-03-25 Thread Andreas Pflug
While trying to connect to my 7.4 server on port 5440, I found some bugs. The NumToStr(double) function will return 544 for 5440.0 the function should look like this ... if (result.Contains(wxT("."))) while (result.Right(1) == "0") result.RemoveLast(); if (result.Right(1) == ".") resul