From b7c7864490186d1bea31b08cc94d60ef1ce96b3c Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 8 Aug 2022 12:08:30 -0400 Subject: repair doc warnings Change-Id: I446105028539a34da90d6b8ae4812965cc398ee5 (cherry picked from commit c539ee35229b03d61f2a10e9f5ab613201341e19) --- lib/sqlalchemy/dialects/mssql/base.py | 2 +- lib/sqlalchemy/dialects/mysql/base.py | 2 +- lib/sqlalchemy/dialects/postgresql/base.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/sqlalchemy/dialects') diff --git a/lib/sqlalchemy/dialects/mssql/base.py b/lib/sqlalchemy/dialects/mssql/base.py index c3e69584a..f98df1c20 100644 --- a/lib/sqlalchemy/dialects/mssql/base.py +++ b/lib/sqlalchemy/dialects/mssql/base.py @@ -436,7 +436,7 @@ Valid values for ``isolation_level`` include: * ``SNAPSHOT`` - specific to SQL Server There are also more options for isolation level configurations, such as -"sub-engine" objects linked to a main :class:`.Engine` which each apply +"sub-engine" objects linked to a main :class:`_engine.Engine` which each apply different isolation level settings. See the discussion at :ref:`dbapi_autocommit` for background. diff --git a/lib/sqlalchemy/dialects/mysql/base.py b/lib/sqlalchemy/dialects/mysql/base.py index 9e7ba4646..4b0a5e6c5 100644 --- a/lib/sqlalchemy/dialects/mysql/base.py +++ b/lib/sqlalchemy/dialects/mysql/base.py @@ -241,7 +241,7 @@ the database connection will return true for the value of ``SELECT @@autocommit;``. There are also more options for isolation level configurations, such as -"sub-engine" objects linked to a main :class:`.Engine` which each apply +"sub-engine" objects linked to a main :class:`_engine.Engine` which each apply different isolation level settings. See the discussion at :ref:`dbapi_autocommit` for background. diff --git a/lib/sqlalchemy/dialects/postgresql/base.py b/lib/sqlalchemy/dialects/postgresql/base.py index ae2f12d3f..35a09cfa7 100644 --- a/lib/sqlalchemy/dialects/postgresql/base.py +++ b/lib/sqlalchemy/dialects/postgresql/base.py @@ -178,7 +178,7 @@ To set using per-connection execution options:: # ... work with transaction There are also more options for isolation level configurations, such as -"sub-engine" objects linked to a main :class:`.Engine` which each apply +"sub-engine" objects linked to a main :class:`_engine.Engine` which each apply different isolation level settings. See the discussion at :ref:`dbapi_autocommit` for background. -- cgit v1.2.1