server/querier.py
branchstable
changeset 4759 af2e6c377c71
parent 4722 9c13d5db03d9
child 4764 ec9c20c6b9f7
equal deleted inserted replaced
4758:0efdcf0fa4c7 4759:af2e6c377c71
   355                 sol[newvarname] = nvartype
   355                 sol[newvarname] = nvartype
   356         select.clean_solutions(solutions)
   356         select.clean_solutions(solutions)
   357         self.rqlhelper.annotate(rqlst)
   357         self.rqlhelper.annotate(rqlst)
   358         self.preprocess(rqlst, security=False)
   358         self.preprocess(rqlst, security=False)
   359         return rqlst
   359         return rqlst
       
   360 
   360 
   361 
   361 class InsertPlan(ExecutionPlan):
   362 class InsertPlan(ExecutionPlan):
   362     """an execution model specific to the INSERT rql query
   363     """an execution model specific to the INSERT rql query
   363     """
   364     """
   364 
   365