Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

misleading return type for cursor.fetchall() #116

Open
vitidev opened this issue May 27, 2021 · 0 comments
Open

misleading return type for cursor.fetchall() #116

vitidev opened this issue May 27, 2021 · 0 comments
Milestone

Comments

@vitidev
Copy link

vitidev commented May 27, 2021

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

@amyreese amyreese added this to the 0.20 milestone Apr 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants