Erlend E. Aasland
|
cda83cade0
|
gh-129870: Skip test_dump_virtual_tables if SQLite lacks FTS4 support (#129913)
|
2025-02-09 21:43:23 +01:00 |
Victor Stinner
|
218f205f20
|
gh-129354: Use PyErr_FormatUnraisable() function (#129524)
Replace PyErr_WriteUnraisable() with PyErr_FormatUnraisable().
Update test_sqlite3 tests.
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
|
2025-02-03 12:10:18 +00:00 |
Alex Waygood
|
19601efa36
|
gh-109653: Remove unused imports in the `Lib/` directory (#109803)
|
2023-09-24 15:07:23 +01:00 |
Erlend E. Aasland
|
1344cfac43
|
gh-105539: Explict resource management for connection objects in sqlite3 tests (#108017)
- Use memory_database() helper
- Move test utility functions to util.py
- Add convenience memory database mixin
- Add check() helper for closed connection tests
|
2023-08-17 08:45:48 +02:00 |