Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
Diffstat (limited to 'services')
-rw-r--r--services/datastore/datastore.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/datastore/datastore.py b/services/datastore/datastore.py
index 8313b4a..573c8fd 100644
--- a/services/datastore/datastore.py
+++ b/services/datastore/datastore.py
@@ -194,6 +194,7 @@ class DataStore(object):
except StandardError, e:
logging.info("Could not access the data store. Reason: '%s'. Exiting..." % e)
os._exit(1)
+ self._dbcx.row_factory = sqlite3.Row
def __del__(self):
self._dbcx.close()