Re: BINARY columns

2009-02-16 Thread Alex Gaynor
On Mon, Feb 16, 2009 at 2:19 PM, Andy Dustman wrote: > > I'm working on a custom field type for Django which depends on being > able to save data in a BINARY column. (Not a big BLOB, just a couple > of bytes.) Unfortunately Django (trunk and probably 1.0) keeps trying > to

BINARY columns

2009-02-16 Thread Andy Dustman
I'm working on a custom field type for Django which depends on being able to save data in a BINARY column. (Not a big BLOB, just a couple of bytes.) Unfortunately Django (trunk and probably 1.0) keeps trying to turn it into unicode which fails. I'm now using patch.3.txt on