On Thu, May 31, 2012 at 11:35:31AM +0200, Tom Coetser <s...@icave.net> wrote:
> On Thursday 31 May 2012 10:57:11 Oleg Broytman wrote:
> > On Thu, May 31, 2012 at 11:44:05AM +0400, Oleg Broytman <p...@phdru.name> 
> 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/            p...@phdru.name
           Programmers don't die, they just GOSUB without RETURN.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to