On Thu, May 31, 2012 at 11:35:31AM +0200, Tom Coetser <su...@ic...> wrote:
> On Thursday 31 May 2012 10:57:11 Oleg Broytman wrote:
> > On Thu, May 31, 2012 at 11:44:05AM +0400, Oleg Broytman <ph...@ph...>
> wrote:
> > > Can you apply and test the attached patch?
> >
> > Please be warned - the patch causes failures of test_blob,
> > test_picklecol and test_validation. Seems I have to investigate it
> > deeper.
>
> Thanks for letting me know. So far unit tests on my app seems to be OK with
> the patch, but I'll wait to hear more from your side before I deploy the
> change.
I use utf-8 encoding, and SQLObject tests generates binary data. The
reason for failures is that the patch makes SQLObject produce invalid
utf-8 sequences. If your databases and client/server encoding is ascii
or latin1 - I think the patch is ok.
Oleg.
--
Oleg Broytman http://phdru.name/ ph...@ph...
Programmers don't die, they just GOSUB without RETURN.
|