Python code coverage for Doc/includes/sqlite3/shared_cache.py
# | count | content |
---|---|---|
1 | n/a | import sqlite3 |
2 | n/a | |
3 | n/a | # The shared cache is only available in SQLite versions 3.3.3 or later |
4 | n/a | # See the SQLite documentation for details. |
5 | n/a | |
6 | n/a | sqlite3.enable_shared_cache(True) |