]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
the future is here
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 3 Oct 2022 01:22:11 +0000 (21:22 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 3 Oct 2022 01:26:22 +0000 (21:26 -0400)
commit6c180ab7434371bc0206e6fcd41df94061b82c80
treef4ab15e49de5d517ebe6110bd49751f294187d0c
parent7051dc5842a6e3012578b2430dbc90ceff8d7050
the future is here

the autodoc for the "future" Engine / Connection were removed,
so all these links weren't working.   Replace all _future
for these with _engine.  There was just one _future pointing
to select, changed that separately.

Change-Id: Ib28270d8da8616b533953204e22eabee9388d620
14 files changed:
doc/build/changelog/changelog_14.rst
doc/build/changelog/migration_20.rst
doc/build/orm/session_transaction.rst
doc/build/tutorial/data_insert.rst
doc/build/tutorial/data_select.rst
doc/build/tutorial/dbapi_transactions.rst
doc/build/tutorial/engine.rst
doc/build/tutorial/metadata.rst
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/ext/asyncio/engine.py
lib/sqlalchemy/ext/asyncio/scoping.py
lib/sqlalchemy/orm/session.py
lib/sqlalchemy/sql/_selectable_constructors.py
lib/sqlalchemy/sql/selectable.py