]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Implement autocommit isolation level for pysqlite
authorGord Thompson <gord@gordthompson.com>
Sat, 22 Feb 2020 13:44:05 +0000 (06:44 -0700)
committerGord Thompson <gord@gordthompson.com>
Tue, 24 Mar 2020 18:15:02 +0000 (12:15 -0600)
commit64e8303debd8064d7d9c01c3300cca5f54c02db1
tree4d2953bc2a5f31bc8b16ef9788914185caa8d9df
parente6b6ec78e6d6f96537eaf542f469a7e88134e9fc
Implement autocommit isolation level for pysqlite

Fixes: #5164
Change-Id: I190b9de552dfed9f2a33babf82e42465ef09c82a
.gitignore
doc/build/changelog/unreleased_13/5164.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/sqlite/base.py
lib/sqlalchemy/dialects/sqlite/pysqlite.py
test/requirements.py