]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Cleaned up the create_connect_args so that it makes no expectations about keys. Fixes...
authorMichael Trier <mtrier@gmail.com>
Sun, 19 Oct 2008 01:18:15 +0000 (01:18 +0000)
committerMichael Trier <mtrier@gmail.com>
Sun, 19 Oct 2008 01:18:15 +0000 (01:18 +0000)
commitdfd71d6ac86dd6be197232f56e20f6d28f41afa0
treecd7f6983657eb7f5618519bb522aed9160c7cbe6
parent6ac91ccc8cefa4a8c8728c51e16753aab92e775f
Cleaned up the create_connect_args so that it makes no expectations about keys. Fixes 1193. Added server version info into mssql pyodbc dialect.
lib/sqlalchemy/databases/mssql.py
test/dialect/mssql.py