omnilib/aiosqlite

misleading return type for cursor.fetchall()

vitidev opened this issue · 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