Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of test/jrnlmode.test
2019-05-17
| ||
20:37 | Disable PRAGMA journal_mode=OFF when SQLITE_DBCONFIG_DEFENSIVE is turned on. Ticket [f4ec250930342e0c]. file: [9b5bc01d] check-in: [a0f5eb5c] user: drh branch: trunk, size: 15440 | |
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: [a6693f2b] check-in: [56d93d07] user: dan branch: f2fs-test-fixes, size: 15165 | |
2015-05-08
| ||
00:58 | Remove a couple stray test breakpoint calls. file: [7864d59c] check-in: [2860cebe] user: mistachkin branch: trunk, size: 15083 | |
2015-05-01
| ||
16:57 | Fix an assert() failure caused by setting "PRAGMA journal_mode=off" on an database in exclusive-mode that has already opened the journal file. file: [6014ba5c] check-in: [40db3e40] user: dan branch: trunk, size: 15096 | |
2013-03-27
| ||
19:53 | Modify various test cases so that they work if the file is extended in units of the system page-size. file: [06a8d577] check-in: [0e3d5119] user: dan branch: two-mappings, size: 14813 | |
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: [9ee3a78f] check-in: [9007586f] user: mistachkin branch: winopen-retry-logic, size: 14766 | |
2010-08-07
| ||
09:31 | Fix a problem wherein changing the journal-mode immediately after leaving exclusive-locking mode could lead to the database being unlocked without clearing the changeCountDone flag. file: [e3fe6c4a] check-in: [531abc80] user: dan branch: experimental, size: 14808 | |
2010-07-08
| ||
17:40 | Change the journal_mode pragma to remove the "default journal mode" concept. The journal_mode pragma only effects currently attached databases and does not change the behavior of future attachments. file: [2d5a8b6d] check-in: [e396184c] user: drh branch: trunk, size: 12662 | |
2010-07-03
| ||
13:45 | Fix an assert in pager.c. And various test cases that fail with the in-memory journal permutation. file: [17881937] check-in: [78fc35ff] user: dan branch: mistake, size: 12561 | |
2010-06-17
| ||
10:42 | Do not delete the journal file in "PRAGMA journal_mode" commands. This fixes [fc62af4523]. file: [cd0c9c5b] check-in: [1ec74591] user: dan branch: trunk, size: 12160 | |
2010-06-07
| ||
17:47 | Change all.test, quick.test and permutations.test so that they use a separate interpreter for each test file. file: [76f94d61] check-in: [7c33eb5a] user: dan branch: trunk, size: 12160 | |
2010-03-19
| ||
15:48 | Do not create, open, or initialize the rollback journal until something actually needs to be written into the journal. That way, expensive filesystem operations are avoided if the transaction ends up being a no-op. file: [a7407c0f] check-in: [b78e58ae] user: drh branch: trunk, size: 12195 | |
2009-06-05
| ||
17:09 | Remove leftover "breakpoint" commands from test scripts. Also remove blank lines at the end of scripts. (CVS 6721) file: [a765844f] check-in: [1fef16ec] user: drh branch: trunk, size: 12167 | |
2009-04-20
| ||
17:43 | Change the journal_mode pragma so that it always returns the current journal mode, even on a failed attempt to change the journal mode. Allow the journal mode to be changed as long as there is not a pending transaction. Ticket #3811. (CVS 6526) file: [0584cbd1] check-in: [419e320a] user: drh branch: trunk, size: 12178 | |
2009-04-10
| ||
15:02 | Changes to jrnlmode.test to account for in-memory temp databases. (CVS 6483) file: [05e1e187] check-in: [c31d4359] user: danielk1977 branch: trunk, size: 11969 | |
2009-04-04
| ||
16:02 | Allow the journal_size_limit to be larger than 2147483647 bytes. (CVS 6449) file: [887daf94] check-in: [81931259] user: drh branch: trunk, size: 11572 | |
2009-01-11
| ||
05:54 | Fix jrnlmode.test so that it does not run tests involving in-memory journals during the "journaltest" permutation. (CVS 6166) file: [32e79fa2] check-in: [b47ddefc] user: danielk1977 branch: trunk, size: 11472 | |
2009-01-10
| ||
16:15 | Improve coverage of pager.c. (CVS 6158) file: [a77f95a7] check-in: [855c4093] user: danielk1977 branch: trunk, size: 11173 | |
2009-01-09
| ||
10:49 | Add a couple of coverage tests. (CVS 6149) file: [e004a5ed] check-in: [6a64109d] user: danielk1977 branch: trunk, size: 10792 | |
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: [513b4956] check-in: [ee0e6eae] user: danielk1977 branch: trunk, size: 10026 | |
2008-11-10
| ||
19:24 | Updated comment in source. Ticket #3453. (CVS 5874) file: [c4e4e40a] check-in: [83caa220] user: shane branch: trunk, size: 9669 | |
2008-10-17
| ||
18:51 | Add "pragma journal_mode=memory". Change the way rollback works for in-memory databases so that it reuses the journal_mode=memory code. (CVS 5830) file: [c2e8212a] check-in: [39ebf01a] user: danielk1977 branch: trunk, size: 9677 | |
2008-09-26
| ||
21:08 | Add the "truncate" journal mode which commits transactions by truncating the rollback journal file to zero length and not calling fsync(). (CVS 5745) file: [54469696] check-in: [7c561f2e] user: drh branch: trunk, size: 9610 | |
2008-08-02
| ||
20:09 | Test scripts revised to work when auto_vacuum defaults on. (CVS 5528) file: [1ab9729d] check-in: [e63186b0] user: drh branch: trunk, size: 9046 | |
2008-06-04
| ||
06:45 | Add "pragma journal_size_limit", used to limit the space consumed by persistent journal files left in the file-system after a transaction has concluded in exclusive (or journal_mode=persist) mode. (CVS 5185) file: [b60a7dae] check-in: [5c59f469] user: danielk1977 branch: trunk, size: 8996 | |
2008-05-20
| ||
07:05 | Do not attempt to write a master journal name to the (non-existent) journal file in "no-journal" mode. Fix for #3127. (CVS 5145) file: [8e8e359e] check-in: [ffd4e50a] user: danielk1977 branch: trunk, size: 5604 | |
2008-05-07
| ||
19:11 | Fix some problems with multi-file transactions in persistent journal mode. (CVS 5102) file: [5b650ba0] check-in: [e98a7f87] user: danielk1977 branch: trunk, size: 4233 | |
2008-04-19
| ||
20:34 | Continuing work on journal_mode. Journal_mode=persist now appears to be working, though additional testing would be welcomed. (CVS 5033) file: [89acaa81] check-in: [277e4099] user: drh branch: trunk, size: 3441 Added | |