]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Added 'odbc_options' keyword to the MSSQL dialect. Allows a partial ODBC connection...
authorRick Morrison <rickmorrison@gmail.com>
Thu, 17 Apr 2008 19:07:12 +0000 (19:07 +0000)
committerRick Morrison <rickmorrison@gmail.com>
Thu, 17 Apr 2008 19:07:12 +0000 (19:07 +0000)
commitc94ccaf932b769a85ae43aa1ebaeff250e49cc58
treea39d8c61b47df4bf2afda057d7e5696dac4a381f
parent24797113708c0f19ef0d5d81e2950b33f8c1a425
Added 'odbc_options' keyword to the MSSQL dialect. Allows a partial ODBC connection string to be passed through to the connection string generator.
CHANGES
lib/sqlalchemy/databases/mssql.py