changeset 4327 | e397b921c40f |
parent 4320 | 4efd4c306746 |
child 4340 | cc0fe6279181 |
--- a/selectors.py Fri Jan 22 10:32:00 2010 +0100 +++ b/selectors.py Fri Jan 22 10:43:12 2010 +0100 @@ -394,7 +394,7 @@ class multi_etypes_rset(multi_lines_rset): @lltrace - def __call__(self, cls, req, rset=None, **kwargs): + def __call__(self, cls, req, rset=None, col=0, **kwargs): return rset and self.match_expected(len(rset.column_types(col)))