]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
remove erroneous None check from _assert_str
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 4 Sep 2021 15:29:10 +0000 (11:29 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 4 Sep 2021 15:29:10 +0000 (11:29 -0400)
commitdc1f16c16552ce7acdfdd298a370be8d03964fc7
tree30af67326f39ed66b78f1c6854f01cf902098b95
parentd640192877e4d1da75e8dea34d2374c404e80538
remove erroneous None check from _assert_str

Fixed issue in ``URL`` where validation of "drivername" would not
appropriately respond to the ``None`` value where a string were expected.

Fixes: #6983
Change-Id: If546c373a60533779595a9e393ea9a59a9b8a96f
doc/build/changelog/unreleased_14/6983.rst [new file with mode: 0644]
lib/sqlalchemy/engine/url.py
test/engine/test_parseconnect.py