]> 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 14:41:53 +0000 (08:41 -0600)
commitba0d68b99182871b0ef9d554fc9804ae434f573d
treeafa505b78e880f4969a835997da499fb32686f6a
parent9d5ae6b9f642d0c2f7843a866019e6733afc2767
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
(cherry picked from commit 8ac7cb92b4972a08b8008b80b34989694510139f)
doc/build/changelog/unreleased_14/8062.rst [new file with mode: 0644]
lib/sqlalchemy/connectors/pyodbc.py
test/dialect/mssql/test_engine.py