SQLite

All files named ”test/wal6.test”
Login

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

History for test/wal6.test

2025-03-08
06:53
[6a773eff47] part of check-in [84d8fcfca1] Test app/script patches from Jan Nijtmans for cygwin. Add/replace many more sentinel arguments for TCL variadic functions which specifically need a NULL trailing argument. With this, 'make test' on cygwin runs to completion for me, with 134 of 329227 tests failing. MSC build fails the same 13 tests which fail for me in trunk. (check-in: [84d8fcfca1] user: stephan branch: cygwin-fixes, size: 5935)
2016-11-04
19:09
[3d9b79194d] part of check-in [0e5ffd9123] Merge recent trunk changes, including all the fixes that appeared in version 3.15.1. (check-in: [0e5ffd9123] user: drh branch: apple-osx, size: 5978)
2016-11-02
19:49
[b602704e4b] part of check-in [def8f598b8] Adjust the MSVC makefile to use Tcl8.6 by default. (check-in: [def8f598b8] user: drh branch: trunk, size: 5933)
2016-10-25
15:06
[504b24ddb3] part of check-in [b115856408] Add test case to demonstrate a "BEGIN EXCLUSIVE" command returning SQLITE_BUSY_SNAPSHOT. (check-in: [b115856408] user: dan branch: trunk, size: 5914)
2016-02-09
15:50
[557fab4cc0] part of check-in [f073401792] Merge recent fixes and enhancements from trunk. (check-in: [f073401792] user: drh branch: apple-osx, size: 5239)
2016-02-05
16:46
[a9d6aa635b] part of check-in [a6b3527323] From test scripts, remove stray "breakpoint" commands and blank lines at the ends of files. (check-in: [a6b3527323] user: drh branch: trunk, size: 5194)
2015-09-01
18:40
[c7d532c76f] part of check-in [4af79477fd] Merge the latest trunk enhancements. (check-in: [4af79477fd] user: drh branch: apple-osx, size: 5240)
2015-08-12
19:42
[4421cd5a2f] part of check-in [5669ac4a40] Avoid reading frames that have already been checkpointed from the wal file. (check-in: [5669ac4a40] user: dan branch: wal-read-change, size: 5195)
2014-05-08
23:01
[54ac71d590] 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: 4312)
2013-06-28
19:41
[527581f552] part of check-in [f308c48517] Allow read transactions to be freely opened and closed by SQL statements run from within the implementation of user-functions if the user-function is called by a SELECT statement that does not access any database tables (e.g. "SELECT user_function();"). (check-in: [f308c48517] user: dan branch: trunk, size: 4267)
2013-06-27
14:24
[1fbaf1f984] part of check-in [22bced36f0] Add a test to ensure that if BEGIN IMMEDIATE fails with SQLITE_BUSY, it does not leave the user with an open read transaction (unless one was already open). (check-in: [22bced36f0] user: dan branch: trunk, size: 4276)
11:46
[b7dc01a1e8] part of check-in [361c22969a] Add extended error code SQLITE_BUSY_SNAPSHOT - returned in WAL mode when a read-transaction cannot be upgraded to a write-transaction because it is reading from a snapshot other than the most recently committed. (check-in: [361c22969a] user: dan branch: trunk, size: 3320)
2011-08-02
18:25
[c561d1e44c] part of check-in [77376b332b] Merge all the latest trunk changes into the apple-osx branch. (check-in: [77376b332b] user: drh branch: apple-osx, size: 2007)
2011-07-12
11:04
[2e3bc767d9] part of check-in [89f1848d7f] Update the anti-virus retry logic for DeleteFile(). Invoke sqlite3_log() for each anti-virus retry. Make the retry delay configurable at compile-time. (check-in: [89f1848d7f] user: drh branch: av-defense, size: 1962)
2011-06-24
20:47
[8df39843b1] part of check-in [34f0efa2b1] Merging local changes to apple-osx (check-in: [34f0efa2b1] user: adam branch: apple-osx, size: 2208)
2010-12-01
20:49
Added: [07aa31ca88] part of check-in [7061601f49] Added TCL test case for converting to WAL mode with multiple connections. Added exception to the test case for Windows for not being able to delete the open journal file. (check-in: [7061601f49] user: shaneh branch: trunk, size: 2163)