On Feb 11, 2010, at 6:33 AM, Christoph Burgmer wrote:

> Thanks for your quick answer,
> 
> On Feb 11, 1:32 am, Michael Bayer <mike...@zzzcomputing.com> wrote:
> 
>> if SQLite supports a COLLATE syntax, then sure we can accept patches for 0.6 
>> /trunk.
>> 
>> If you want instant gratification on sqlite just build yourself a 
>> UserDefinedType for now (again 0.6/trunk).
> 
> The library I'm developing for still depends on 0.4.8+ so instant
> gratification is needed for much earlier versions. I'm thinking about
> adapting the SQLAlchemy types and injecting my private class. Any
> hooks I need to know about? A better solution?


0.4.8 you'd subclass TypeEngine.   I don't think theres too much surprising 
going on there with types, plus sqlite accepts only unicode strings these days 
anyway so that's sort of handled too.


> 
> -Christoph
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "sqlalchemy" group.
> To post to this group, send email to sqlalch...@googlegroups.com.
> To unsubscribe from this group, send email to 
> sqlalchemy+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/sqlalchemy?hl=en.
> 

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to