]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Update docs references to .execute() with string literal
authorGord Thompson <gord@gordthompson.com>
Wed, 31 Jan 2024 20:43:46 +0000 (13:43 -0700)
committerGord Thompson <gord@gordthompson.com>
Thu, 8 Feb 2024 18:12:16 +0000 (11:12 -0700)
commit4bf76624a076964f9d3eed2bdecc68e3956c9d4c
treeef39a9c29ef69f3517c8009776b68f411187e18e
parentd97679e0926b829592bf5962d9dae5f2fe99503f
Update docs references to .execute() with string literal

.execute("… → .execute(text("…

Change-Id: Icc8f2db9cf3e148812d549f08326a0f2eb8cbfe3
doc/build/core/connections.rst
doc/build/core/engines.rst
doc/build/core/reflection.rst
doc/build/orm/persistence_techniques.rst
doc/build/orm/session_transaction.rst
lib/sqlalchemy/orm/events.py