]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
link to main isolation level document
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 13 Jul 2022 14:54:52 +0000 (10:54 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 13 Jul 2022 14:54:52 +0000 (10:54 -0400)
this was already in 2.0.  a few more corrections coming

Change-Id: Id94eee9081fd5174bad2275f544010e7cb467454
references: #8252

lib/sqlalchemy/engine/create.py

index 7816a301061268507bd815b2e6bace89ab6ce650..b9886b701b75bebeed07948273faa5748fccd918 100644 (file)
@@ -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 <sqlite_isolation_level>`
-
-            :ref:`PostgreSQL Transaction Isolation <postgresql_isolation_level>`
-
-            :ref:`MySQL Transaction Isolation <mysql_isolation_level>`
-
-            :ref:`session_transaction_isolation` - for the ORM
+            :ref:`dbapi_autocommit`
 
     :param json_deserializer: for dialects that support the
         :class:`_types.JSON`