Skip to content
Snippets Groups Projects
Unverified Commit 6d482ba2 authored by Brendan Abolivier's avatar Brendan Abolivier Committed by GitHub
Browse files

Pass `isolation_level` to `runWithConnection` (#11847)

parent 57e4786e
No related branches found
No related tags found
No related merge requests found
Preparation for reducing Postgres serialization errors: allow setting transaction isolation level. Contributed by Nick @ Beeper.
......@@ -748,6 +748,7 @@ class DatabasePool:
func,
*args,
db_autocommit=db_autocommit,
isolation_level=isolation_level,
**kwargs,
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment