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 ccc106f commit 2ad69d8Copy full SHA for 2ad69d8
db_wrapper/client/sync_client.py
@@ -64,6 +64,8 @@ def _execute_query(
64
else:
65
db_cursor.execute(query)
66
67
+ db_cursor.connection.commit()
68
+
69
def execute(
70
self,
71
query: Query,
0 commit comments