branch | stable |
changeset 3694 | 33dbb1da1db9 |
parent 3689 | deb13e88e037 |
child 3815 | 50b87f759b5d |
--- a/server/rqlannotation.py Thu Oct 15 20:31:44 2009 +0200 +++ b/server/rqlannotation.py Thu Oct 15 20:31:55 2009 +0200 @@ -234,7 +234,7 @@ syntax tree or because a solution for this variable has been removed due to security filtering) """ - assert rqlst.TYPE == 'select', rqlst + #assert rqlst.TYPE == 'select', rqlst rqlst.has_text_query = self._annotate_union(rqlst) def _annotate_union(self, union):