We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58f8c3b commit 9e3e49eCopy full SHA for 9e3e49e
src/snowflake/connector/cursor.py
@@ -1665,7 +1665,7 @@ def reset(self, closing: bool = False) -> None:
1665
if not self.connection._reuse_results:
1666
self._result_set = None
1667
1668
- def __iter__(self) -> Iterator[dict] | Iterator[tuple]:
+ def __iter__(self) -> Iterator[FetchRow]:
1669
"""Iteration over the result set."""
1670
while True:
1671
_next = self.fetchone()
0 commit comments