]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
apply quote to url.database portion
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 13 Nov 2024 15:46:17 +0000 (10:46 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 15 Nov 2024 13:11:40 +0000 (08:11 -0500)
commitfeb17832f17e45a81675f7104dac82f34c078d63
tree70739800679009be34f5022cd1ad79310fed9ca7
parentfa76fbda4aa2887d001e1e15f9bfe9dfb24fadc8
apply quote to url.database portion

Adjusted URL parsing and stringification to apply url quoting to the
"database" portion of the URL.  This allows a URL where the "database"
portion includes special characters such as question marks to be
accommodated.

Fixes: #11234
Change-Id: If868c96969b70f1090f0b474403d22fd3a2cc529
doc/build/changelog/migration_21.rst
doc/build/changelog/unreleased_21/11234.rst [new file with mode: 0644]
lib/sqlalchemy/engine/url.py
test/dialect/mssql/test_engine.py
test/engine/test_parseconnect.py