From 899f5d05363f144f60cfbc30717df0d673e1d51f Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 13 Jul 2022 10:54:52 -0400 Subject: [PATCH] link to main isolation level document this was already in 2.0. a few more corrections coming Change-Id: Id94eee9081fd5174bad2275f544010e7cb467454 references: #8252 --- lib/sqlalchemy/engine/create.py | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/lib/sqlalchemy/engine/create.py b/lib/sqlalchemy/engine/create.py index 7816a30106..b9886b701b 100644 --- a/lib/sqlalchemy/engine/create.py +++ b/lib/sqlalchemy/engine/create.py @@ -289,19 +289,7 @@ def create_engine(url, **kwargs): .. seealso:: - :attr:`_engine.Connection.default_isolation_level` - - view default level - - :paramref:`.Connection.execution_options.isolation_level` - - set per :class:`_engine.Connection` isolation level - - :ref:`SQLite Transaction Isolation ` - - :ref:`PostgreSQL Transaction Isolation ` - - :ref:`MySQL Transaction Isolation ` - - :ref:`session_transaction_isolation` - for the ORM + :ref:`dbapi_autocommit` :param json_deserializer: for dialects that support the :class:`_types.JSON` -- 2.47.3