According to [1], the following should work:

>>> import sqlalchemy
>>> sqlalchemy.__version__
'0.6.3'
>>> sqlalchemy.String(14, collation='Latin1_General_CS_AS')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: __init__() got an unexpected keyword argument 'collation'

Thoughts?

        Trent.

[1] http://www.sqlalchemy.org/docs/reference/dialects/mssql.html#collation-support

--
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to