branch | stable |
changeset 5459 | 6e561796804c |
parent 5426 | 0d4853a6e5ee |
child 5473 | ee87c5352e63 |
child 5516 | 232d13fc3e86 |
--- a/req.py Tue May 04 11:04:54 2010 +0200 +++ b/req.py Tue May 04 11:09:18 2010 +0200 @@ -106,10 +106,7 @@ return rset def empty_rset(self): - """return a result set for the given eid without doing actual query - (we have the eid, we can suppose it exists and user has access to the - entity) - """ + """ return a guaranteed empty result """ rset = ResultSet([], 'Any X WHERE X eid -1') rset.req = self return rset