Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of test/tkt3457.test
2018-01-15
| ||
21:59 | Merge the enhancements associated with the first 3.22.0 beta. file: [0316b154] check-in: [c9d2ec51] user: drh branch: apple-osx, size: 3237 | |
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: [5651e2cb] check-in: [56d93d07] user: dan branch: f2fs-test-fixes, size: 3168 | |
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: [08d2d9b3] check-in: [9411d7dc] user: drh branch: apple-osx, size: 3176 | |
2013-01-04
| ||
22:26 | Remove superfluous text from a comment. file: [44e980fe] check-in: [e9ac5339] user: mistachkin branch: trunk, size: 3107 | |
20:45 | Do not use umask() since it change the umask for the entire process, not just the thread using SQLite. Make whatever permission changes are needed using fchmod() after the file is created, instead. file: [9399bb34] check-in: [6c4c2b7d] user: drh branch: trunk, size: 3111 | |
2011-08-23
| ||
18:06 | Merge latest trunk changes into the apple-osx branch. file: [026dae35] check-in: [c5f7977b] user: dan branch: apple-osx, size: 2934 | |
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: [eb68bb3b] check-in: [9007586f] user: mistachkin branch: winopen-retry-logic, size: 2865 | |
2010-08-18
| ||
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: [8a8f2953] check-in: [5e2ee7db] user: adam branch: apple-osx, size: 2977 | |
2009-06-26
| ||
07:12 | Avoid writing the 8-byte journal-header magic until the journal-header is synced. In persistent journal-mode, this prevents any old content that follows an unsynced journal-header from being interpreted as part of the rollback journal. (CVS 6817) file: [edbf54b0] check-in: [a5ecffcf] user: danielk1977 branch: trunk, size: 2907 | |
2009-06-05
| ||
17:09 | Remove leftover "breakpoint" commands from test scripts. Also remove blank lines at the end of scripts. (CVS 6721) file: [d311ecaf] check-in: [1fef16ec] user: drh branch: trunk, size: 2498 | |
2008-10-29
| ||
07:01 | If a hot-journal file is detected but the application does not have the required read/write permissions, return SQLITE_CANTOPEN. Prior to this change, SQLITE_BUSY was returned. Ticket #3457. (CVS 5849) file: [e9ca2b90] check-in: [dc5308c7] user: danielk1977 branch: trunk, size: 2507 Added | |