branch | stable |
changeset 7396 | 8345ee2c2ea6 |
parent 7394 | d11d88bd08e8 |
child 7397 | 6a9e66d788b3 |
child 7421 | 5115daeeb2ff |
--- a/server/sources/rql2sql.py Thu May 19 09:43:23 2011 +0200 +++ b/server/sources/rql2sql.py Thu May 19 10:35:20 2011 +0200 @@ -1023,9 +1023,6 @@ # attribute relation if rtype == 'has_text': sql = self._visit_has_text_relation(relation) - elif rtype == 'eid': - sql = '%s%s' % (relation.children[0].variable.accept(self), - relation.children[1].accept(self)) else: rhs_vars = rhs.get_nodes(VariableRef) if rhs_vars: