mirror of
https://github.com/python/cpython.git
synced 2025-11-02 06:31:29 +00:00
Use the compile-time selected default SQLite threaded mode to set the DB-API 2.0 attribute 'threadsafety' Mappings: - SQLITE_THREADSAFE=0 => threadsafety=0 - SQLITE_THREADSAFE=1 => threadsafety=3 - SQLITE_THREADSAFE=2 => threadsafety=1 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| __main__.py | ||
| test_backup.py | ||
| test_dbapi.py | ||
| test_dump.py | ||
| test_factory.py | ||
| test_hooks.py | ||
| test_regression.py | ||
| test_transactions.py | ||
| test_types.py | ||
| test_userfunctions.py | ||