SQLite

All files named ”test/tkt3457.test”
Login

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

History for test/tkt3457.test

2025-03-06
13:49
[adf0481887] part of check-in [9868615b7d] Cygwin-centric test script tweaks from Jan Nijtmans. (check-in: [9868615b7d] user: stephan branch: cygwin-fixes, size: 3160)
2024-07-30
17:09
[5b9cc2b6cb] part of check-in [e0d9670dd9] Get rid of "-encoding binary" across all test cases, as that is no longer supported in Tcl9. Use "-translation binary" instead. (check-in: [e0d9670dd9] user: drh branch: tcl9, size: 3151)
2018-01-15
21:59
[0316b1541d] part of check-in [c9d2ec51c8] Merge the enhancements associated with the first 3.22.0 beta. (check-in: [c9d2ec51c8] user: drh branch: apple-osx, size: 3237)
2018-01-13
13:07
[5651e2cbb9] part of check-in [56d93d070d] Fix various problems in test scripts preventing "make test" from passing on F2FS file-systems with the "atomic-write" feature. (check-in: [56d93d070d] user: dan branch: f2fs-test-fixes, size: 3168)
2014-05-08
23:01
[08d2d9b3fc] part of check-in [9411d7dc6f] 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. (check-in: [9411d7dc6f] user: drh branch: apple-osx, size: 3176)
2013-01-04
22:26
[44e980fe53] part of check-in [e9ac533960] Remove superfluous text from a comment. (check-in: [e9ac533960] user: mistachkin branch: trunk, size: 3107)
20:45
[9399bb34a4] part of check-in [6c4c2b7dba] 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. (check-in: [6c4c2b7dba] user: drh branch: trunk, size: 3111)
2011-08-23
18:06
[026dae357d] part of check-in [c5f7977b89] Merge latest trunk changes into the apple-osx branch. (check-in: [c5f7977b89] user: dan branch: apple-osx, size: 2934)
2011-08-02
00:57
[eb68bb3b19] 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: 2865)
2010-08-18
00:09
[8a8f29536b] part of check-in [5e2ee7db0f] Updating apple-osx with minor source fixes, database truncate and replace private calls and a bunch of conditionalization for tests running in different environments (check-in: [5e2ee7db0f] user: adam branch: apple-osx, size: 2977)
2009-06-26
07:12
[edbf54b05c] part of check-in [a5ecffcf02] 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) (check-in: [a5ecffcf02] user: danielk1977 branch: trunk, size: 2907)
2009-06-05
17:09
[d311ecafbc] 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: 2498)
2008-10-29
07:01
Added: [e9ca2b90f0] part of check-in [dc5308c762] 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) (check-in: [dc5308c762] user: danielk1977 branch: trunk, size: 2507)