On Thu, Apr 17, 2008 at 3:04 PM, Rick Morrison <[EMAIL PROTECTED]> wrote:
> It's a two-line change that pops the new keyword out of the config dict just
> like the others that were added.
>
> Mike, can you take a quick look at mssql.py line 804 and see why this might
> be complaining? I've got to run out.
>

well I don't know if that is a right place to add  that?

from the code this what it would expect
e = sqlalchemy.create_engine("mssql://xxx:[EMAIL 
PROTECTED]:1433/xxx?odbc_options=Driver=TDS;TDS_Version=8.0")
vs you said you wanted:
sqlalchemy.create_engine('mssql://xxx:[EMAIL 
PROTECTED]:1433/xxxx',odbc_options='DRIVER={TDS};TDS_Version=8.0')

to create
Server=xx;Database=xx;Port=1433;UID=xx;PWD=xxx;Driver={TDS};TDS_Version=8.0


Lucas

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