On May 1, 2007, at 11:18 AM, Rick Morrison wrote:

> The label-truncation code is fine. The issue isn't SA. It's the  
> DBAPI that pymssql rides on top of...identifier limit is 30 chars,  
> is deprecated by Microsoft, it will never be fixed.
>
> Try pyodbc, which has no such limitation.
>

OK well, we should put the 30-char limit into pymssql's dialect.   
however, the way the truncation works right now, its going to chop  
off all the column names too...which means unless i fix that, pymssql  
cant be used with any columns over 30 chars in size.


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