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?

fs

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