cpython/Modules/_sqlite/clinic
Bénédikt Tran bc172ee830
gh-139283: correctly handle size limit in cursor.fetchmany() (#139296)
Passing a negative or zero size to `cursor.fetchmany()` made it fetch all rows
instead of none.

While this could be considered a security vulnerability, it was decided to treat
this issue as a regular bug as passing a non-sanitized *size* value in the first
place is not recommended.
2025-09-30 11:18:55 +02:00
..
_sqlite3.connect.c.h
blob.c.h
connection.c.h
cursor.c.h gh-139283: correctly handle size limit in cursor.fetchmany() (#139296) 2025-09-30 11:18:55 +02:00
module.c.h
row.c.h