On Mar 1, 2008, at 11:36 AM, Victor Lin wrote:

>
>
> It says that I should set the length of key of title. I know I can
> solve this problem by setting the length of  key.
> But the problem is : How to set the length for key? I can't find
> method to do so in document.

try using :

        from sqlalchemy.databases.mysql import MSText

        MSText(length=<somelength>)


since "length" is not standard for the Text type.

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