]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
enable check same thread for aiosqlite
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 11 Oct 2022 18:22:40 +0000 (14:22 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 11 Oct 2022 18:29:28 +0000 (14:29 -0400)
commit9d132a7cf96678a732b06266fa0a35279268604b
tree5fc9b7d66c9d3455ebe3a34eb7a8d117bc37793c
parent4041dec5dab99f0b7351f322d942438b106aa467
enable check same thread for aiosqlite

to do this we have to invent our own isolation level
setter based on their current internals.   however
now we can ensure thread-safe access.  we are trying
to resolve an issue where test suite on CI seems to fail
around the same time each time.

Change-Id: I79c8fc04b9afef0876fb446ad40a7621a772cd34
lib/sqlalchemy/dialects/sqlite/aiosqlite.py