Skip to content

Commit

Permalink
remove obsolete warning
Browse files Browse the repository at this point in the history
  • Loading branch information
devkral committed Sep 5, 2024
1 parent 08f1079 commit fba27f2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/connections-and-transactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,10 +400,6 @@ async with database.transaction(isolation_level="serializable"):
...
```

!!! Warning
When using force_rollback, transactions require the parameter `full_isolation` when using multithreading.
Otherwise the stack is in disarray.

## Reusing sqlalchemy engine of databasez

For integration in other libraries databasez has also the AsyncEngine exposed via the `engine` property.
Expand Down

0 comments on commit fba27f2

Please sign in to comment.