Mercurial > libervia-pubsub
diff sat_pubsub/pgsql_storage.py @ 265:89493845d3dd
fix the method signatures of iidavoll.ILeafNode and memory_storage.LeafNode according to pgsql_storage.LeafNode
author | souliane <souliane@mailoo.org> |
---|---|
date | Sat, 22 Feb 2014 08:04:09 +0100 |
parents | 9dfd3890e646 |
children | f17034e4cf4a |
line wrap: on
line diff
--- a/sat_pubsub/pgsql_storage.py Sat Feb 22 06:10:24 2014 +0100 +++ b/sat_pubsub/pgsql_storage.py Sat Feb 22 08:04:09 2014 +0100 @@ -606,7 +606,7 @@ @param authorized_groups: we want to get items that these groups can access @param unrestricted: if true, don't check permissions (i.e.: get all items) @param maxItems: nb of items we want to tget - @return: list of (item, access_model, access_model) if unrestricted is True, else list of items + @return: list of (item, access_model, id) if unrestricted is True, else list of items """ return self.dbpool.runInteraction(self._getItems, authorized_groups, unrestricted, maxItems)