aiosqlite icon indicating copy to clipboard operation
aiosqlite copied to clipboard

misleading return type for cursor.fetchall()

Open vitidev opened this issue 3 years ago • 0 comments

cursor.fetchall() marked as "return Iterable[sqlite3.Row]" what is misleading analyzer

Image 2

may be better List[sqlite3.Row], because list is always returned there

the same for fetchmany

vitidev avatar May 27 '21 12:05 vitidev