cpython/Lib/test/test_sqlite3
Sepehr Rasouli 60fdb3192b
gh-149738: Fix segmentation fault bug in sqllite3 (#149754)
Deleting the `row_factory` or `text_factory` attribute is no longer allowed.
2026-06-02 11:07:08 +02:00
..
__init__.py
__main__.py
test_backup.py
test_cli.py gh-135883: Fix sqlite3 CLI history scrolling with colored prompts (#135884) 2026-03-03 19:48:03 +01:00
test_dbapi.py
test_dump.py
test_factory.py gh-149738: Fix segmentation fault bug in sqllite3 (#149754) 2026-06-02 11:07:08 +02:00
test_hooks.py gh-146090: fix memory management of internal sqlite3 callback contexts (#146569) 2026-03-29 14:21:37 +02:00
test_regression.py
test_transactions.py
test_types.py
test_userfunctions.py
util.py