We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35c03cc commit c5faa3fCopy full SHA for c5faa3f
src/snowflake/connector/cursor.py
@@ -1628,7 +1628,7 @@ def reset(self, closing: bool = False) -> None:
1628
if not self.connection._reuse_results:
1629
self._result_set = None
1630
1631
- def __iter__(self) -> Iterator[dict] | Iterator[tuple]:
+ def __iter__(self) -> Iterator[FetchRow]:
1632
"""Iteration over the result set."""
1633
while True:
1634
_next = self.fetchone()
0 commit comments