On Dec 18, 2007, at 5:41 AM, Felix Schwarz wrote:

>
> Hi,
>
> http://www.sqlalchemy.org/docs/04/types.html says:
>> The Unicode type is shorthand for String with convert_unicode=True  
>> and
>> assert_unicode=True.
>
> But the constructor for String (types.py) says:
>>   def __init__(self, length=None, convert_unicode=False):
>
> Using TEXT(assert_unicode=True) raises an error. I think  
> assert_unicode was
> removed in the past, correct?
>

assert_unicode is a new flag that hasnt been released yet (thats why  
the docs say 0.4.2...a little premature i know).  so if youre not on  
trunk yet then it wont work.


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