symbian-qemu-0.9.1-12/python-2.6.1/Doc/includes/sqlite3/shared_cache.py
changeset 1 2fb8b9db1c86
equal deleted inserted replaced
0:ffa851df0825 1:2fb8b9db1c86
       
     1 import sqlite3
       
     2 
       
     3 # The shared cache is only available in SQLite versions 3.3.3 or later
       
     4 # See the SQLite documentaton for details.
       
     5 
       
     6 sqlite3.enable_shared_cache(True)