Lines Matching full:paramstyle
44 self.assertEqual(sqlite.paramstyle, "qmark",45 "paramstyle is '%s', should be 'qmark'" %46 sqlite.paramstyle)