I seen that, pasting the 5th example in to the function shows the same
bug.. the allowed option of /db makes the driver become null for some
reason. should I open a bug on sqlalchemy trac?
>>> pyodbc.PyODBCConnector().create_connect_args(make_url("mssql+pyodbc://user:p...@host:123/db"))
[['DRIVER={None};Server=host,123;Database=db;UID=user;PWD=pass'], {}]
>>> pyodbc.PyODBCConnector().create_connect_args(make_url("mssql+pyodbc://user:p...@host:123"))
[['dsn=host;UID=user;PWD=pass;port=123'], {}]
--
You received this message because you are subscribed to the Google Groups
"sqlalchemy" group.
To post to this group, send email to [email protected].
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.