]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add recommendation for URL.create() re: escaping
authorGord Thompson <gord@gordthompson.com>
Thu, 24 Nov 2022 17:38:20 +0000 (10:38 -0700)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 27 Nov 2022 15:42:25 +0000 (10:42 -0500)
commitfc72bf8edcf24c38945cfb27cb095ea2eeb68ccf
tree89e7b47f7ea027ff00715868f63bfbea9d6d03f8
parent337dc2dd1ca2c982a1b0d7ac162e860bfb804366
Add recommendation for URL.create() re: escaping

Let users know that URL.create() can build the
whole connection URL instead of making them
escape things like passwords ad-hoc.

includes some general cleanup of URL docstring
by mike

Change-Id: Ic71bb0201fecf30e1db11e006c269f2d041b5439
(cherry picked from commit 14c73685ba909838fb90d762d465e7ae8d067c15)
doc/build/core/engines.rst
lib/sqlalchemy/engine/url.py