]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Update session.execute() and related documentation
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 13 Sep 2020 17:15:29 +0000 (13:15 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 13 Sep 2020 17:15:29 +0000 (13:15 -0400)
commit5de0688fae17f60dc3c9e1c2782c9f6c8a621291
tree7c025e2c591264b5fae50c095a0f7e9953dbce01
parenta4bfde4a18e50d93e44aec5c6216be8a6f9fbacb
Update session.execute() and related documentation

The docs here were completely out of date and referred
to behaviors that are no longer true, behaviors that are
deprecated, etc.   For the moment, take out all the verbiage
so that nothing incorrect is present.   New ORM documentation
will need to be constructed to support this statement.

Change-Id: I4782aebb6443ceb68752c3b52b574fd30658ebc9
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/future/engine.py
lib/sqlalchemy/orm/session.py