Files
sqlalchemy/test
Mike Bayer 2ab67552a0 URL parsing fixes
Fixed a long-standing issue with :class:`.URL` where query parameters
following the question mark would not be parsed correctly if the URL did
not contain a database portion with a backslash.

Fixed issue where an ``@`` sign in the database portion of a URL would not
be interpreted correctly if the URL also had a username:password section.

Fixes: #6329
Fixes: #6482
Change-Id: I6cb6478affa49b618335b947a74e64090657a98c
2021-05-24 11:23:51 -04:00
..
2021-04-21 23:03:51 -04:00
2021-05-12 22:10:19 +02:00
2021-05-24 11:23:51 -04:00
2021-05-12 22:10:19 +02:00
2021-04-26 21:11:32 +02:00