Skip to content

Commit

Permalink
commit SQLite transactions (in Cache._execute)
Browse files Browse the repository at this point in the history
  • Loading branch information
deeenes committed Jun 4, 2024
1 parent 4d8d5e8 commit 96de70f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cache_manager/_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ def _execute(self, query: str):

_log(f'Executing query: {query}')
self.cur.execute(query)
self.con.commit()

def _create_schema(self):

Expand Down

0 comments on commit 96de70f

Please sign in to comment.