dbapi.py
branchstable
changeset 9701 46c8d8701240
parent 9396 e83cbc116352
child 9702 c2108dbfb508
equal deleted inserted replaced
9700:da7d341cca76 9701:46c8d8701240
   469 
   469 
   470     def execute(self, rql, args=None, build_descr=True):
   470     def execute(self, rql, args=None, build_descr=True):
   471         """execute a rql query, return resulting rows and their description in
   471         """execute a rql query, return resulting rows and their description in
   472         a :class:`~cubicweb.rset.ResultSet` object
   472         a :class:`~cubicweb.rset.ResultSet` object
   473 
   473 
   474         * `rql` should be an Unicode string or a plain ASCII string, containing
   474         * `rql` should be a Unicode string or a plain ASCII string, containing
   475           the rql query
   475           the rql query
   476 
   476 
   477         * `args` the optional args dictionary associated to the query, with key
   477         * `args` the optional args dictionary associated to the query, with key
   478           matching named substitution in `rql`
   478           matching named substitution in `rql`
   479 
   479