Skip to content

Commit d89aaed

Browse files
authored
Merge pull request #1 from TransposeData/user/krtbgb/remove-db-commit
remove db commit
2 parents ccc8c4b + 2aa2125 commit d89aaed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

transpose/core/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ def _execute(self, query: str, args: tuple = ()) -> list[dict]:
5252
try:
5353
with self.db.cursor(cursor_factory=RealDictCursor) as cursor:
5454
cursor.execute(query, args)
55-
self.db.commit()
5655
return cursor.fetchall()
5756
except KeyboardInterrupt:
5857
sys.exit()

0 commit comments

Comments
 (0)