We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc01675 commit 329325bCopy full SHA for 329325b
docs/index.md
@@ -74,7 +74,7 @@ o = MyModel()
74
o.name = "John"
75
with sa_manager.get_session() as session:
76
session.add(o)
77
- await session.commit()
+ session.commit()
78
```
79
80
/// details | Long lived sessions and multithreading
0 commit comments