]> 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:21:10 +0000 (15:21 -0400)
commit376708f4a4958bf2559c14900c52aa6fc7fd05b3
treea1e8ee4e29d971d018ce6ac3efc9f210d0e22889
parent491333858c46fae8c7f8d0ee6dec1be7c81b83da
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
doc/build/core/connections.rst
doc/build/core/ddl.rst
doc/build/orm/session_transaction.rst