From 28fbb0cb94ddf92a014adbfe63a15b7d0797ccee Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 12 Jul 2020 19:52:54 -0400 Subject: more docs for autocommit isolation level this concept is not clear that we offer real DBAPI autocommit everywhere. backport 1.3 with edits as well Change-Id: I2e8328b7fb6e1cdc5453ab29c94276f60c7ca149 --- lib/sqlalchemy/dialects/sqlite/base.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/sqlalchemy/dialects/sqlite') diff --git a/lib/sqlalchemy/dialects/sqlite/base.py b/lib/sqlalchemy/dialects/sqlite/base.py index a203e786e..0475a397e 100644 --- a/lib/sqlalchemy/dialects/sqlite/base.py +++ b/lib/sqlalchemy/dialects/sqlite/base.py @@ -212,6 +212,10 @@ by *not even emitting BEGIN* until the first write operation. degree than is often feasible. See the section :ref:`pysqlite_serializable` for techniques to work around this behavior. +.. seealso:: + + :ref:`dbapi_autocommit` + SAVEPOINT Support ---------------------------- -- cgit v1.2.1