]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Avoid removing + from odbc_connect parameter values
authorGord Thompson <gord@gordthompson.com>
Tue, 9 Apr 2024 19:13:52 +0000 (13:13 -0600)
committerGord Thompson <gord@gordthompson.com>
Fri, 19 Apr 2024 16:36:21 +0000 (10:36 -0600)
commit4a108c43d98a56e2f2e8db85d79e43b71ae96b8f
treee9fcc4f80f5d2de94db8f71c505382b3588dccd8
parent82803016b5fcbc3225af87a43768dbea2be87582
Avoid removing + from odbc_connect parameter values

Fixes #11250

Change-Id: I2680923d366030343b7695a1a9072352134db8d7
doc/build/changelog/migration_21.rst
doc/build/changelog/unreleased_21/11250.rst [new file with mode: 0644]
lib/sqlalchemy/connectors/pyodbc.py
test/dialect/mssql/test_engine.py