# HG changeset patch # User Goffi # Date 1503531343 -7200 # Node ID f33406fcab5cc54a473ace1ab0cb9075221eaae7 # Parent 3bbab2173ebce341cddf3b936d06688baa57f44f pgsql: fixed _getItems call diff -r 3bbab2173ebc -r f33406fcab5c sat_pubsub/pgsql_storage.py --- 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