changeset 10087 | ed0b076c119b |
parent 9813 | c20956f5862d |
child 10235 | 684215aca046 |
--- a/repoapi.py Tue Jun 03 18:03:43 2014 +0200 +++ b/repoapi.py Tue May 27 18:47:24 2014 +0200 @@ -212,10 +212,6 @@ # Connection object rset = self._cnx.execute(*args, **kwargs) rset.req = self - # XXX keep the same behavior as the old dbapi - # otherwise multiple tests break. - # The little internet kitten is very sad about this situation. - rset._rqlst = None return rset @_open_only