On Tuesday 27 March 2007 18:12:37 Chen Houwu wrote:
> from the docstring in
> ----
> class Column:
>     def __init__(....)
> ----
> name
>     The name of this column. This should be the identical name as
> it appears, or will appear, in the database.
>
> key
>     Defaults to None: an optional alias name for this column. The
> column will then be identified everywhere in an application,
> including the column list on its Table, by this key, and not the
> given name. Generated SQL, however, will still reference the column
> by its actual name.
>
> If I use a ascii key, and a non-ascii name according to the column
> in the database, is there anything wrong?
well, try it... and tell me, i also have cyrrilic to handle...


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