On Mar 27, 2007, at 10:55 AM, Chen Houwu wrote:

>
> But following the second post (see below), I have read the
> documentation,
> though not very carefully,  and have not validated it by test code,
> but the documentation really shows the solution to my problem.
>
> Have I misunderstood the documentation?


until the fix I just made, you could not say:

t = Table(u'tablename', meta, Column(u'columname'))

i.e. the u'' strings were immediately converted to strings.  so i  
cant see how non-ascii column names could possibly 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