source: python/trunk/Doc/includes/sqlite3/shared_cache.py

Last change on this file was 391, checked in by dmik, 11 years ago

python: Merge vendor 2.7.6 to trunk.

  • Property svn:eol-style set to native
File size: 166 bytes
Line 
1import sqlite3
2
3# The shared cache is only available in SQLite versions 3.3.3 or later
4# See the SQLite documentation for details.
5
6sqlite3.enable_shared_cache(True)
Note: See TracBrowser for help on using the repository browser.