We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a2a6c9 commit da37273Copy full SHA for da37273
1 file changed
examples/example_simple_sa.py
@@ -30,7 +30,7 @@ async def go(loop):
30
async for row in conn.execute(tbl.select()):
31
print(row.id, row.val)
32
33
- await conn.commit()
+ await conn.execute("commit")
34
35
engine.close()
36
await engine.wait_closed()
0 commit comments