Home | History | Annotate | Download | only in test

Lines Matching refs:rowcount

330         self.assertEqual(self.cu.rowcount, 2)
334 pysqlite does not know the rowcount of SELECT statements, because we
335 don't fetch all rows after executing the select statement. The rowcount
339 self.assertEqual(self.cu.rowcount, -1)
344 self.assertEqual(self.cu.rowcount, 3)