changeset 347:f33406fcab5c

pgsql: fixed _getItems call
author Goffi <goffi@goffi.org>
date Thu, 24 Aug 2017 01:35:43 +0200
parents 3bbab2173ebc
children d1f63ae1eaf4
files sat_pubsub/pgsql_storage.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sat_pubsub/pgsql_storage.py	Thu Aug 24 01:17:28 2017 +0200
+++ b/sat_pubsub/pgsql_storage.py	Thu Aug 24 01:35:43 2017 +0200
@@ -795,7 +795,7 @@
         """
         if ext_data is None:
             ext_data = {}
-        return self.dbpool.runInteraction(self._getItems, authorized_groups, unrestricted, maxItems, ext_data)
+        return self.dbpool.runInteraction(self._getItems, authorized_groups, unrestricted, maxItems, ext_data, ids_only=False)
 
     def getItemsIds(self, authorized_groups, unrestricted, maxItems=None, ext_data=None):
         """ Get all authorised items ids