Closed stankudrow closed 2 months ago
@long2ice , @KuzenkovAG, @DFilyushin, @gnomeby , @DaniilAnichin , please help me with reviewing and improving this PR. Is this enough or other places in the code must be revised as well?
@long2ice , shall we review this PR? Would you not mind to give an answer to this question #100 ?
@pufit , thank you for your approval.
Thanks!
When giving an answer in the discussion #100 about using stream results, I designed the following example:
The
async for
part gets stuck in the infinite loop because fetchone in the__anext__()
method returns an empty result which ic not None to stop the async iteration.Partial API-non-breaking changes, mostly minor grooming and refactoring details, moved here from the PR #111 .