Martijn Moeling wrote:
> Hi
> 
>  
> 
> I needed a Unicode(1) Column in one of my tables.
> 
>  
> 
> It was translated into a char(1) column in MySQL.
> 
>  
> 
> When querying the table, I get a:  AttributeError: 'Set' object has no 
> attribute 'decode'
> 
>  
> 
> Which disappears if I make the column a Unicode(2), so there might be a 
> small bug in the MySQL code translating Unicode(1) to char(1) ….???

Try upgrading your MySQL-python library.  I've seen it do that on older 
versions.

-j

--~--~---------~--~----~------------~-------~--~----~
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