diff options
| -rw-r--r-- | bitbake/lib/prserv/db.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/prserv/db.py b/bitbake/lib/prserv/db.py index 86eafe338c..49f36da1ad 100644 --- a/bitbake/lib/prserv/db.py +++ b/bitbake/lib/prserv/db.py | |||
| @@ -220,6 +220,7 @@ class PRData(object): | |||
| 220 | raise e | 220 | raise e |
| 221 | self.connection=sqlite3.connect(self.filename, isolation_level="EXCLUSIVE", check_same_thread = False) | 221 | self.connection=sqlite3.connect(self.filename, isolation_level="EXCLUSIVE", check_same_thread = False) |
| 222 | self.connection.row_factory=sqlite3.Row | 222 | self.connection.row_factory=sqlite3.Row |
| 223 | self.connection.execute("pragma synchronous = off;") | ||
| 223 | self._tables={} | 224 | self._tables={} |
| 224 | 225 | ||
| 225 | def __del__(self): | 226 | def __del__(self): |
