Martin Sedlář

Results 1 issues of Martin Sedlář

When there are multiple queries executed in fastapi endpoint handler, the transaction rollback doesn't work properly. ``` @app.post("/notes/") async def create_note(note: NoteIn): # WHEN We execute some query outside transaction...

bug