SQLite

All files named ”test/shared2.test”
Login

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

History for test/shared2.test

2012-02-13
16:43
[03eb4a8d37] part of check-in [9b66c79e05] Change the ROLLBACK command so that pending statements to not block it. The pending statements instead return SQLITE_ABORT upon next access. Note: This causes separate shared-cache connections in read_uncommitted mode to abort as well. (check-in: [9b66c79e05] user: drh branch: nonblocking-rollback, size: 3527)
2011-08-02
00:57
[8f71d4eb4d] 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: 4634)
2010-09-15
11:42
[7f6ad2d857] part of check-in [a0ab3902f1] Add trivial test case to make sure shared-cache mode does not automatically turn on exclusive-locking mode. (check-in: [a0ab3902f1] user: dan branch: trunk, size: 4641)
2009-06-05
17:09
[d6ba4ca182] part of check-in [1fef16ec2b] Remove leftover "breakpoint" commands from test scripts. Also remove blank lines at the end of scripts. (CVS 6721) (check-in: [1fef16ec2b] user: drh branch: trunk, size: 4235)
2009-03-18
18:43
[8973e41e00] part of check-in [097737e368] Fix a crash that could occur when creating an index in shared-cache mode with lookaside enabled. (CVS 6358) (check-in: [097737e368] user: danielk1977 branch: trunk, size: 4244)
2009-03-17
17:49
[421c86b795] part of check-in [afadddc34e] Fix a problem that could cause a crash when a shared-cache schema contains column default values. (CVS 6353) (check-in: [afadddc34e] user: danielk1977 branch: trunk, size: 3901)
2007-08-23
02:47
[0ee9de8964] part of check-in [21f6b31097] Improvements to memory leak detection. The --backtrace=NNN option is now recognized by tester.tcl. Memory leak summaries are automatically written to the file ./memleak.txt and each leak is tagged with the test in which it occurred. The quick.test script runs on Linux with no errors and no leaks. (CVS 4273) (check-in: [21f6b31097] user: drh branch: trunk, size: 3514)
2006-01-26
13:11
[8b48f8d334] part of check-in [540d28a7d3] Add omittest.tcl script to automate testing compile-time OMIT symbols. (CVS 3031) (check-in: [540d28a7d3] user: danielk1977 branch: trunk, size: 3547)
2006-01-24
14:21
[3466dc54ca] part of check-in [32d45bcf74] Save the position of any open cursors before a rollback. (CVS 3026) (check-in: [32d45bcf74] user: danielk1977 branch: trunk, size: 3398)
11:30
[995efd4b78] part of check-in [50964ef9b0] Coverage improvements for main.c. (CVS 3023) (check-in: [50964ef9b0] user: danielk1977 branch: trunk, size: 2440)
2006-01-19
08:43
Added: [909fc0f027] part of check-in [9507983268] Account for read-uncommitted cursors in sqlite3BtreeClearTable(). (CVS 2977) (check-in: [9507983268] user: danielk1977 branch: trunk, size: 2354)