improving async fastapi sqlmodel skill
This commit is contained in:
@@ -102,10 +102,3 @@ Use nested transactions only when partial failure semantics are explicitly requi
|
||||
- Failure path test verifies rollback behavior.
|
||||
- Tests cover concurrency-sensitive write flows.
|
||||
- Savepoint usage (if present) has dedicated behavior tests.
|
||||
|
||||
---
|
||||
|
||||
## Migration Notes
|
||||
|
||||
- First stabilize session scope, then normalize transaction ownership.
|
||||
- Replace ad hoc commit patterns incrementally with bounded write units.
|
||||
Reference in New Issue
Block a user