]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- mssql+pymssql dialect now honors the "port" portion
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 24 Oct 2010 16:00:58 +0000 (12:00 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 24 Oct 2010 16:00:58 +0000 (12:00 -0400)
commita29f130be7a1589566547e94c0e283f0210f27ef
treec08b079cebb5e96c0d2ed734cd9dc5e75e23f96d
parent9c0d6c0a2326d00579c87c140890e6a9b65b6d32
- mssql+pymssql dialect now honors the "port" portion
of the URL instead of discarding it.  [ticket:1952]
- testing.only_on() accepts db specs optionally as a list
CHANGES
lib/sqlalchemy/dialects/mssql/pymssql.py
lib/sqlalchemy/test/testing.py
test/dialect/test_mssql.py