symbian-qemu-0.9.1-12/python-2.6.1/Doc/includes/sqlite3/shared_cache.py
author emilioc
Wed, 27 Jan 2010 14:42:12 +0000
branchphonesim-integ
changeset 38 33dfab4ab0fc
parent 1 2fb8b9db1c86
permissions -rw-r--r--
PDD Display Driver for Syborg

import sqlite3

# The shared cache is only available in SQLite versions 3.3.3 or later
# See the SQLite documentaton for details.

sqlite3.enable_shared_cache(True)