]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
mssql login failure if password starts with "{"
authorGord Thompson <gord@gordthompson.com>
Sun, 29 May 2022 13:07:45 +0000 (07:07 -0600)
committerGord Thompson <gord@gordthompson.com>
Sun, 29 May 2022 13:07:45 +0000 (07:07 -0600)
commit8ac7cb92b4972a08b8008b80b34989694510139f
tree0fe44bef2752e5b30046b3dbe671af01a52ab78e
parent21ae13765d7410228672a282fef29fc0e2b3b098
mssql login failure if password starts with "{"

Fix issue where a password with a leading "{" would
result in login failure.

Fixes: #8062
Change-Id: If91c2c211937b5eac89b8d525c22a19b0a94c5c4
doc/build/changelog/unreleased_14/8062.rst [new file with mode: 0644]
lib/sqlalchemy/connectors/pyodbc.py
test/dialect/mssql/test_engine.py