diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2020-09-17 18:15:42 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2020-09-24 23:13:46 -0400 |
| commit | 5e7acf14a48e8ba1d57e460d686e89d49213e31b (patch) | |
| tree | 7be7de147f2102c6068d84276757660f7dc67167 /lib/sqlalchemy/engine/base.py | |
| parent | 9e31cce582569dfe6fb33b33aadd43d70c2ae593 (diff) | |
| download | sqlalchemy-5e7acf14a48e8ba1d57e460d686e89d49213e31b.tar.gz | |
new docs WIP
This WIP is part of the final push for 1.4's docs
to fully "2.0-ize" what we can, and have it all ready.
So far this includes a rewrite of the 2.0 migration,
set up for the 1.4 /2.0 docs style, and a total redesign
of the index page using a new flex layout in zzzeeksphinx.
It also reworks some of the API reference sections
to have more subheaders. zzzeeksphinx is also enhanced
to provide automatic summaries for all api doc section.
Change-Id: I01d360cb9c8749520246b96ee6496143c6037918
Diffstat (limited to 'lib/sqlalchemy/engine/base.py')
| -rw-r--r-- | lib/sqlalchemy/engine/base.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/sqlalchemy/engine/base.py b/lib/sqlalchemy/engine/base.py index 6aa2e7b14..e6215540d 100644 --- a/lib/sqlalchemy/engine/base.py +++ b/lib/sqlalchemy/engine/base.py @@ -218,9 +218,9 @@ class Connection(Connectable): connection will remain in a real transaction unless the "AUTOCOMMIT" isolation level is used. - .. deprecated:: 1.4 The library-level "autocommit" feature is being - removed in favor of database driver "autocommit" which is - now widely available. See the section :ref:`dbapi_autocommit`. + .. deprecated:: 1.4 The "autocommit" execution option is deprecated + and will be removed in SQLAlchemy 2.0. See + :ref:`migration_20_autocommit` for discussion. :param compiled_cache: Available on: Connection. A dictionary where :class:`.Compiled` objects |
