server/repository.py
branchstable
changeset 9701 46c8d8701240
parent 9361 0542a85fe667
child 9769 d3f8866a48f5
equal deleted inserted replaced
9700:da7d341cca76 9701:46c8d8701240
   779 
   779 
   780     def execute(self, sessionid, rqlstring, args=None, build_descr=True,
   780     def execute(self, sessionid, rqlstring, args=None, build_descr=True,
   781                 txid=None):
   781                 txid=None):
   782         """execute a RQL query
   782         """execute a RQL query
   783 
   783 
   784         * rqlstring should be an unicode string or a plain ascii string
   784         * rqlstring should be a unicode string or a plain ascii string
   785         * args the optional parameters used in the query
   785         * args the optional parameters used in the query
   786         * build_descr is a flag indicating if the description should be
   786         * build_descr is a flag indicating if the description should be
   787           built on select queries
   787           built on select queries
   788         """
   788         """
   789         session = self._get_session(sessionid, setcnxset=True, txid=txid)
   789         session = self._get_session(sessionid, setcnxset=True, txid=txid)