]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
mysql://user:pass@host/dbname instead of pass:host 6902/head
authorJiayang <a13813258259@163.com>
Thu, 19 Aug 2021 09:23:51 +0000 (02:23 -0700)
committerGitHub <noreply@github.com>
Thu, 19 Aug 2021 09:23:51 +0000 (02:23 -0700)
commit7a63540a84f8285ea35a42e15282dad384d77061
tree475d7c063629ea38745936aeb4788f0413643f28
parent4331c1902ae341158b597769f4e4991c0a7d5485
mysql://user:pass@host/dbname instead of pass:host

Summary:
Reading [1 sqlalchemy.future.Engine](https://docs.sqlalchemy.org/en/14/core/future.html#sqlalchemy.future.Engine) and [2 sqlalchemy.create_engine](https://docs.sqlalchemy.org/en/14/core/engines.html#sqlalchemy.create_engine). I fond @ should be used between pass & host.

Test Plan:
I checked with sqlalchemy 1.4.22 locally and I think @ should be used.
doc/build/glossary.rst