]> 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:41:33 +0000 (10:41 -0500)
commit14c73685ba909838fb90d762d465e7ae8d067c15
treeabc9a96638139db313ba1b4c0ed017c06ed692f0
parentfbec926c4744aa97a48a011939354c8b8f8be566
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
doc/build/core/engines.rst
lib/sqlalchemy/engine/url.py