Files
sqlalchemy/test/engine
Mike Bayer 99da878a25 implement skip_autocommit_rollback
Added new parameter :paramref:`.create_engine.skip_autocommit_rollback`
which provides for a per-dialect feature of preventing the DBAPI
``.rollback()`` from being called under any circumstances, if the
connection is detected as being in "autocommit" mode.   This improves upon
a critical performance issue identified in MySQL dialects where the network
overhead of the ``.rollback()`` call remains prohibitive even if autocommit
mode is set.

Fixes: #12784
Change-Id: I22b45ab2fc396c5aadeff5cdc5ce895144d00098
2025-08-06 14:37:55 -04:00
..
2023-10-09 08:26:32 -04:00
2023-12-20 22:54:28 +01:00
2024-01-31 21:54:59 +01:00