Closed arammaliachi closed 4 years ago
I get the following error while trying to iterate cursors using the __fetch_next method.
__fetch_next
AttributeError: 'Cursor' object has no attribute '__fetch_next'
my bad, was not familiar with the next variable, so cursors are iterable with regular loops
I get the following error while trying to iterate cursors using the
__fetch_next
method.AttributeError: 'Cursor' object has no attribute '__fetch_next'