Files
sqlalchemy/test/engine
Mike Bayer 8dafa1b19c check for string_types, not str, for py2 support
Fixed regression in the :func:`_engine.make_url` function used to parse URL
strings where the query string parsing would go into a recursion overflow
if a Python 2 ``u''`` string were used.

Fixes: #7446
Change-Id: I081275673e6240a52f71da7dfaaf04e6fe32cf48
2021-12-12 11:26:23 -05:00
..