SQLite

All files named ”test/shared3.test”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for test/shared3.test

2025-03-27
14:32
[cb92d08300] part of check-in [f96a5346e3] In Tcl, always use eq/ne for comparing strings, not ==/!= (check-in: [f96a5346e3] user: jan.nijtmans branch: cygwin-fixes, size: 3908)
2020-11-19
21:01
[f8cd07c1a2] part of check-in [6f0d5f0949] More test case changes so that shared-cache mode tests all work with normalized database names. (check-in: [6f0d5f0949] user: drh branch: stronger-nofollow, size: 3906)
2016-02-05
16:46
[ab693f9b6e] part of check-in [a6b3527323] From test scripts, remove stray "breakpoint" commands and blank lines at the ends of files. (check-in: [a6b3527323] user: drh branch: trunk, size: 3828)
2013-09-26
11:04
[fcd65cb11d] part of check-in [1e1321ee98] Fix a faulty assert() in sqlite3BtreeBeginTrans() that may fail in shared-cache mode. (check-in: [1e1321ee98] user: dan branch: trunk, size: 3829)
2011-08-02
00:57
[ebf77f023f] part of check-in [9007586fda] Add retry logic for AV defense to winOpen. Also, refactor test suite to allow the key Tcl file operations (e.g. copy and delete) to be retried. (check-in: [9007586fda] user: mistachkin branch: winopen-retry-logic, size: 2734)
2010-07-08
09:44
[d69bdd5f15] part of check-in [f553c8ed04] Changes to test scripts so that the "inmemory_journal" permutation works with [ef126e775a]. (check-in: [f553c8ed04] user: dan branch: trunk, size: 2741)
2008-08-20
14:49
[9c880afc08] part of check-in [cb494e10d7] Add the pcache module from the experimental branch. Also change things so that most of the built-in SQL functions are kept in single static hash-table, rather than creating and populating a separate hash table for each open database connection. (CVS 5566) (check-in: [cb494e10d7] user: danielk1977 branch: trunk, size: 2731)
2008-06-23
09:50
[987316be60] part of check-in [0492aa8ed3] Fix a bug whereby opening a connection to an existing shared-cache caused the cache-size (the value configured by "PRAGMA cache_size") to revert to its default value. (CVS 5274) (check-in: [0492aa8ed3] user: danielk1977 branch: trunk, size: 2687)
2008-06-20
17:51
[546b69002d] part of check-in [3546e245aa] Add a test to check that opening a second connection to a shared cache does not reset the cache size to its default value. (CVS 5256) (check-in: [3546e245aa] user: danielk1977 branch: trunk, size: 1565)
2006-05-24
12:43
Added: [01e3e124db] part of check-in [c8e5ceedee] When opening a new connection on a shared cache, be careful not to overwrite the encoding flag on the shared cache. Ticket #1824. (CVS 3190) (check-in: [c8e5ceedee] user: drh branch: trunk, size: 1131)