]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Handle the mssql port properly. If we're using the SQL Server driver then use the...
authorMichael Trier <mtrier@gmail.com>
Mon, 10 Nov 2008 04:29:53 +0000 (04:29 +0000)
committerMichael Trier <mtrier@gmail.com>
Mon, 10 Nov 2008 04:29:53 +0000 (04:29 +0000)
commit306bee4ecd1ddcab860f9b39866b2f57b6ec509a
treeedf1a8f6c5084272647448c249c76b03af8d5e56
parent6a9b2cb683c6439247579de8acbd04af37541b44
Handle the mssql port properly. If we're using the SQL Server driver then use the correct host,port syntax, otherwise use the Port= parameter in the connection string. Fixes #1192.
lib/sqlalchemy/databases/mssql.py