Skip to content

Commit

Permalink
Release/1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ToniWestbrook committed May 13, 2019
1 parent 55c85c3 commit b228d93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/datastore.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def __init__(self, name, filename):
self.queries = dict()
self.indices = dict()
self.connection = sqlite3.connect(filename)
self.connection.isolation_level = None
self.transaction = False

# Create age table (if applicable)
Expand Down

0 comments on commit b228d93

Please sign in to comment.