On Jun 2, 2007, at 10:58 AM, Matt Culbreth wrote:

>
> Thanks Michael, I'll do this.
>
> When I change the model's column types to Unicode() I still get the
> same type in the DB--character varying(100).  I'm assuming that's
> correct?  The DB is using a UTF8 encoding.
>

yes convert_unicode means an incoming u'' object, on the bind  
parameter side, will be encoded to a utf8 string before its sent to  
the database...which is what your DB is expecting.



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

Reply via email to