cpython/Lib/test/test_sqlite3
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
..
__init__.py
__main__.py
test_backup.py
test_cli.py gh-133390: Extend completion for .commands in sqlite3 (GH-135432) 2025-08-25 14:58:00 +02:00
test_dbapi.py gh-139283: correctly handle size limit in cursor.fetchmany() (#139296) 2025-09-30 11:18:55 +02:00
test_dump.py
test_factory.py gh-133595: Clean up sqlite3.Connection APIs (GH-133605) 2025-05-08 15:42:00 +03:00
test_hooks.py gh-133595: Clean up sqlite3.Connection APIs (GH-133605) 2025-05-08 15:42:00 +03:00
test_regression.py
test_transactions.py
test_types.py
test_userfunctions.py gh-133595: Clean up sqlite3.Connection APIs (GH-133605) 2025-05-08 15:42:00 +03:00
util.py