]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Emphasize context managers when working with Core
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 20 Mar 2020 19:21:10 +0000 (15:21 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 20 Mar 2020 19:22:23 +0000 (15:22 -0400)
commit2ebbdfa4051fd590aa6d27e83c5c96884df6eee6
tree4e9fc9aedbc8a9100946bf5bf4f32d0ebc4c7aab
parent6aad46f9f8bf96fc7f75c1f4f7fd842e40551c50
Emphasize context managers when working with Core

Prep the main documentation for the changes coming up in 1.4
by first removing references to engine.execute() outside
of the "connectionless" section, and using context managers
in all cases.  For features that have always been confusing
and are going away, add a note that this feature will
be going away.

Change-Id: I94583444734e36f5432c32cb37f88a9fad15634a
(cherry picked from commit 376708f4a4958bf2559c14900c52aa6fc7fd05b3)
doc/build/core/connections.rst
doc/build/core/ddl.rst
doc/build/orm/session_transaction.rst