Lines Matching refs:cache
69 # two connections share a pager cache.
78 # shared-7.*: Autovacuum and shared-cache.
79 # shared-8.*: Tests related to the text encoding of shared-cache databases.
80 # shared-9.*: TEMP triggers and shared-cache databases.
87 # cache and schema as the original connection. Verify that only 1 file is
165 sqlite3 db3 "file:test.db?cache=private" -uri 1
173 # Start read transactions on db and db2 (the shared pager cache). Ensure
316 # cache would have to reload the database schema before this were possible.
563 # other shared-cache users when it reorganizes the database on
641 # The following tests try to trick the shared-cache code into assuming
769 # correctly when a connection to a shared-cache is closed.
801 sqlite3 db3 "file:test.db?cache=private" -uri 1
825 # Closing db2 should have dropped the shared-cache back to a read-lock.
1059 # Shared cache on a :memory: database. This only works for URI filenames.
1081 # Verify that there is no cache sharing ordinary (non-URI) filenames are
1097 # Shared cache on named memory databases.
1125 # Shared cache on named memory databases with different names.
1144 # Shared cache on named memory databases attached to readonly connections.
1162 ATTACH 'file:mem?mode=memory&cache=shared' AS shared;
1167 ATTACH 'file:mem?mode=memory&cache=shared' AS shared;