Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of test/exclusive.test
2018-01-15
| ||
21:59 | Merge the enhancements associated with the first 3.22.0 beta. file: [e6b1f192] check-in: [c9d2ec51] user: drh branch: apple-osx, size: 12567 | |
2018-01-13
| ||
13:07 | Fix various problems in test scripts preventing "make test" from passing on F2FS file-systems with the "atomic-write" feature. file: [1206b87e] check-in: [56d93d07] user: dan branch: f2fs-test-fixes, size: 12671 | |
2016-03-21
| ||
14:52 | Merge the sqlite3_system_errno() change from trunk. file: [ff85192d] check-in: [063f1b37] user: drh branch: apple-osx, size: 12463 | |
2016-03-19
| ||
18:11 | Fix exclusive.test so that it works with -DSQLITE_TEMP_STORE=3. file: [9a57bd66] check-in: [d7852c63] user: dan branch: trunk, size: 12567 | |
2016-03-04
| ||
14:57 | Merge recent enhancements from trunk, and especially the changes that reduce the heap-memory footprint of schemas, and defer opening and writing to statement journals. file: [1191e890] check-in: [2f0c195c] user: drh branch: apple-osx, size: 12535 | |
14:23 | Update test cases to taken deferred statement-journal opening into account. file: [f48243ea] check-in: [5b2fe521] user: drh branch: memjournal-exp, size: 12639 | |
2014-05-08
| ||
23:01 | Initial attempt to merge in all trunk changes over the previous 1.5 years. This check-in compiles but there are compiler warnings and "make test" segfaults after only running a few test modules. file: [c0d5e3c0] check-in: [9411d7dc] user: drh branch: apple-osx, size: 12365 | |
2013-06-10
| ||
23:30 | Fix test cases for the new EXPLAIN QUERY PLAN format. Add the wherecosttest tool. Other fixes to logarithm cost. file: [c7ebbc75] check-in: [aa580e36] user: drh branch: nextgen-query-plan-logcost, size: 12469 | |
2011-08-23
| ||
18:06 | Merge latest trunk changes into the apple-osx branch. file: [bd8976a6] check-in: [c5f7977b] user: dan branch: apple-osx, size: 12366 | |
2011-08-02
| ||
00:57 | 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. file: [a1b324cb] check-in: [9007586f] user: mistachkin branch: winopen-retry-logic, size: 12470 | |
2010-11-19
| ||
23:50 | Merge all the latest changes from the trunk into the apple-osx branch. file: [897074dc] check-in: [c8bc057c] user: drh branch: apple-osx, size: 12408 | |
2010-11-01
| ||
05:54 | Fix a broken test case in exclusive.test. file: [53e1841b] check-in: [582db832] user: dan branch: trunk, size: 12512 | |
2010-10-22
| ||
13:55 | Prevent an assert from failing when opening a zero-length database file with an apparently hot journal with locking_mode=exclusive set. file: [8624f2d5] check-in: [f000ac1e] user: dan branch: trunk, size: 12503 | |
2010-08-25
| ||
19:39 | Disable the legacy "sqlite" command in the TCL interface. Provide only the "sqlite3" command. file: [0ba00fb1] check-in: [909b3d88] user: drh branch: trunk, size: 11640 | |
2010-08-18
| ||
00:24 | Merge the 3.7.1 pre-release snapshot changes as of 2010-08-18 into the apple-osx branch. file: [9e62270f] check-in: [866e9286] user: drh branch: apple-osx, size: 11535 | |
00:09 | Updating apple-osx with minor source fixes, database truncate and replace private calls and a bunch of conditionalization for tests running in different environments file: [b8ac927c] check-in: [5e2ee7db] user: adam branch: apple-osx, size: 11324 | |
2010-08-02
| ||
14:32 | Experimental refactoring of the Pager object state. This version is surely buggy. file: [b1f9012c] check-in: [03a24051] user: dan branch: experimental, size: 11639 | |
2010-06-07
| ||
14:28 | Refactor some of the global variables and commands used by tester.tcl. file: [5fe18e10] check-in: [c2edf8e1] user: dan branch: trunk, size: 11428 | |
2009-06-26
| ||
12:30 | Fix a test script problem in exclusive.test. (CVS 6821) file: [4d8a112d] check-in: [a52ef5a4] user: danielk1977 branch: trunk, size: 11411 | |
2009-04-30
| ||
16:41 | Fix a problem with in-memory sub-journals and exclusive locking mode. Also a test script problem introduced by (6575). (CVS 6580) file: [b4fcbaa7] check-in: [d67af3f5] user: danielk1977 branch: trunk, size: 11441 | |
12:25 | Fix apparent typo on exclusive.test in the (6575) check-in. (CVS 6577) file: [ff298dcc] check-in: [95d22405] user: drh branch: trunk, size: 11457 | |
09:10 | When SQLite is configured to use in-memory temp files (either by setting SQLITE_TEMP_STORE during compilation or using the temp_store pragma at run time), store statement/savepoint journals in memory also. Ticket #3825. (CVS 6575) file: [c5f55add] check-in: [38f8c5a1] user: danielk1977 branch: trunk, size: 11465 | |
2008-12-22
| ||
11:43 | Changes to test scripts so that veryquick.test runs with SQLITE_TEMP_STORE=3 defined. Also a fix to stop the same switch causing a crash in the savepoint code. (CVS 6053) file: [cb991e44] check-in: [ee0e6eae] user: danielk1977 branch: trunk, size: 11369 | |
2008-11-21
| ||
00:10 | Added support for proxy file locking style Added pragma support for controlling proxy file locking Added file control access to last errno and proxy locking Added support for TMPDIR environment variable Extended unit tests to cover new proxy locking pragmas and file control features (CVS 5934) file: [ecc64c39] check-in: [b9bc36d3] user: aswift branch: trunk, size: 11600 | |
2008-09-24
| ||
14:03 | On windows, avoid running those tests in exclusive.test that require the journal file to be externally accessed while SQLite is holding it open. This doesn't work on windows. (CVS 5742) file: [8d32ccf8] check-in: [5debf12f] user: danielk1977 branch: trunk, size: 11010 | |
2008-04-17
| ||
14:16 | In exclusive locking mode, commit by zeroing the first 28 bytes of the journal file, not by truncating the journal. Overwriting is much faster than truncating. (CVS 5023) file: [5390ddf1] check-in: [8efb7f4f] user: drh branch: trunk, size: 10679 | |
2007-10-09
| ||
08:29 | Fixes to the test suite (no code changes) so that quick.test runs with OMIT_ATTACH builds. #2706. (CVS 4480) file: [ebaf72ce] check-in: [07c00fff] user: danielk1977 branch: trunk, size: 10600 | |
2007-08-12
| ||
20:07 | Updates to test scripts for better support of soft-heap-limit testing. (CVS 4209) file: [00d5328b] check-in: [990f621f] user: drh branch: trunk, size: 10419 | |
2007-04-06
| ||
21:42 | Changes to test scripts to support alternative configurations. (CVS 3824) file: [5bc520ba] check-in: [3471a226] user: drh branch: trunk, size: 10357 | |
2007-03-30
| ||
16:01 | Always enable exclusive access mode for TEMP databases. This cannot be changed. The locking_mode pragma has not effect on the TEMP database. (CVS 3766) file: [6748eb05] check-in: [04d3b909] user: drh branch: trunk, size: 10086 | |
2007-03-26
| ||
10:27 | Add some tests and fixes surrounding exclusive-access mode and the pager change-counter. (CVS 3716) file: [83871f52] check-in: [72cb2e1a] user: danielk1977 branch: trunk, size: 9725 | |
08:05 | Some fixes and test cases for exclusive access mode. (CVS 3714) file: [c2d8b758] check-in: [899e6070] user: danielk1977 branch: trunk, size: 9605 | |
2007-03-24
| ||
16:45 | Changes for exclusive access mode. There are still some bugs. (CVS 3712) file: [67a1bedd] check-in: [b6c70037] user: danielk1977 branch: trunk, size: 7685 Added | |