From: | Andreas Pflug <pgadmin(at)pse-consulting(dot)de> |
---|---|
To: | Dave Page <dpage(at)vale-housing(dot)co(dot)uk> |
Cc: | pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>, Hiroshi Saito <saito(at)inetrt(dot)skcapi(dot)co(dot)jp> |
Subject: | Re: Maintenance release |
Date: | 2003-10-13 15:45:22 |
Message-ID: | 3F8AC892.3020905@pse-consulting.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Dave Page wrote:
>
>
>
>
>>-----Original Message-----
>>From: Andreas Pflug [mailto:pgadmin(at)pse-consulting(dot)de]
>>Sent: 13 October 2003 11:21
>>To: Dave Page; pgadmin-hackers
>>Subject: Maintenance release
>>
>>Hi Dave,
>>
>>how do you think about a maintenance release of pgAdmin3? We
>>had some fixes, that could be made official.
>>
>>
>
>I was trying to put it off long enough to capture as many bugs as
>possible, and avoid the need for 1.0.2.
>
>Are there any that you keep seeing reports about that should expedite
>the release?
>
>/D
>
>
>
Yes, the "column Würzlipfürtz not found" error has been reported several
times, seems to be the most annoying one.
There's still the problem pending that Hiroshi reported, apparently the line
conv = wxConvUTF8;
doesn't assign wxConvUTF8 to conv for Microsoft compilers... I changed
this from a reference to a pointer, so the C+- compiler can't mess it
up, hopefully Hiroshi can confirm this to be working. There are probably
some SQL_ASCII databases out there that contain non-ascii data, and we
can expect several complaints about that.
Regards,
Andreas
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2003-10-13 15:48:50 | Re: Maintenance release |
Previous Message | Dave Page | 2003-10-13 15:02:43 | Re: [BUGS] Degrade(character conversion problem) |