On Wed, Apr 2, 2008 at 6:06 PM, Rick Morrison <[EMAIL PROTECTED]> wrote:
> > 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"

Like:
sqlalchemy.create_engine('mssql://xxx:[EMAIL 
PROTECTED]:1433/xxxxx?driver=TDS',connect_args
= {'max_identifier_length':30})
or
sqlalchemy.create_engine('mssql://xxx:[EMAIL 
PROTECTED]:1433/xxxxx?driver=TDS',max_identifier_length=30)


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

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