]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix url.make_url
authorsemen603089 <semen603089@mail.ru>
Wed, 12 Jul 2023 17:56:03 +0000 (13:56 -0400)
committersqla-tester <sqla-tester@sqlalchemy.org>
Wed, 12 Jul 2023 17:56:03 +0000 (13:56 -0400)
commita35afb5ce7da55982571767af8b306fb51efba88
tree84922075b55d847af1555d2e8a78ee62acd3bc75
parent08122153f103c9bfae8e381a2f31dc9e55ecff00
Fix url.make_url

<!-- Provide a general summary of your proposed changes in the Title field above -->

### Description
<!-- Describe your changes in detail -->

### Checklist
<!-- go over following points. check them with an `x` if they do apply, (they turn into clickable checkboxes once the PR is submitted, so no need to do everything at once)

-->

This pull request is:

- [ ] A documentation / typographical error fix
- Good to go, no issue or tests are needed
- [X] A short code fix
- please include the issue number, and create an issue if none exists, which
  must include a complete example of the issue.  one line code fixes without an
  issue and demonstration will not be accepted.
- Please include: `Fixes: #<issue number>` in the commit message
- please include tests.   one line code fixes without tests will not be accepted.
- [ ] A new feature implementation
- please include the issue number, and create an issue if none exists, which must
  include a complete example of how the feature would look.
- Please include: `Fixes: #<issue number>` in the commit message
- please include tests.
Fixes #10079
**Have a nice day!**

Closes: #10080
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/10080
Pull-request-sha: 133c7d6c35a75f23089fd4b1c0438f1a4640a924

Change-Id: Ie3d998385743680756bc10fbb4f4227669d57648
doc/build/changelog/unreleased_20/10079.rst [new file with mode: 0644]
lib/sqlalchemy/engine/url.py
test/engine/test_parseconnect.py