> you can mix both freely.  any class that has max_identifier_length on it,
if you set self.max_identifier_length, that overrides it.

Oh ok, nice.

Alright, this is in trunk r4429 as a keyword parameter named
"max_identifier_length"

Lukasz: to use it, add the "max_identifier_length" as a keyword to
create_engine() or as a db-uri keyword. Should be set to 30 for now.


Rick


On Wed, Apr 2, 2008 at 6:51 PM, Michael Bayer <[EMAIL PROTECTED]> wrote:

>
> On Apr 2, 2008, at 6:46 PM, Rick Morrison wrote:
>
>  you're already hitting some limit of 30 for your cursor.description.
> > This is a pyodbc debugging issue.  A fix for now would be to change the max
> > identifier length in MSSQL_pyodbc to 30 - perhaps we need to add this as a
> > configurational option somehow for MS-SQL ?
> >
> > That would be a lot easier if the max_identifier_length was an instance
> > attribute instead of a class attribute on the Dialect. Anybody using
> > multiple connections is going to be hamstrung to the smaller limit. Any
> > ideas around that?
> >
>
>
>
>

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