SQLite

All files named ”test/superlock.test”
Login

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

History for test/superlock.test

2025-02-05
17:52
[e47035e7fa] part of check-in [581efc3462] If SQLite is compiled with SQLITE_ENABLE_WAL_BIGHASH defined, use hash tables large enough to fit 128K, instead of 4K, entries in the *-shm file. (check-in: [581efc3462] user: dan branch: bedrock, size: 8215)
2024-07-30
17:09
[8525683033] 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: 8051)
2016-03-15
12:45
[c86eacd6ce] part of check-in [f41a7361a1] Merge updates from trunk - FTS5 fixes and enhancemenets to the tests scripts so that they work with SEE. (check-in: [f41a7361a1] user: drh branch: apple-osx, size: 8263)
2016-03-14
20:49
[ec94f0556b] part of check-in [92be06c1a8] Changing page size using VACUUM or backup is not allowed with a codec attached. (check-in: [92be06c1a8] user: drh branch: see-testing, size: 8085)
16:16
[168011a673] part of check-in [1c70aa5c01] Test script changes to support testing the SQLite Encryption Extension. (check-in: [1c70aa5c01] user: drh branch: see-testing, size: 7809)
2014-08-15
22:37
[9b08152eed] part of check-in [c8ade949d4] Aborted merge. (check-in: [c8ade949d4] user: numist branch: obsolete, size: 8186)
2012-04-02
23:35
[2b27b4ae7c] part of check-in [d51c086e5c] Merge in latest changes, autologging options, read only file system wal support, test config conditionalization, WAL frame write prebuffering (check-in: [d51c086e5c] user: adam branch: apple-osx, size: 7970)
2012-01-03
21:54
[d69dcf1cd5] part of check-in [8a048423f0] Pull all the latest trunk changes over into the apple-osx branch. (check-in: [8a048423f0] user: drh branch: apple-osx, size: 7912)
2011-12-19
10:07
[1cde669f68] part of check-in [68684495f1] Modify test cases to account for the ZERO_DAMAGE change. (check-in: [68684495f1] user: dan branch: statvfs, size: 7792)
2011-10-11
14:19
[942b75cfe0] part of check-in [7e2c489822] Merge the latest trunk changes into the apple-osx branch. (check-in: [7e2c489822] user: drh branch: apple-osx, size: 7747)
2011-09-24
05:55
[7b1167925e] part of check-in [a38668dcff] Fix some test files so that they work with SQLITE_OMIT_WAL builds. (check-in: [a38668dcff] user: dan branch: trunk, size: 7582)
2011-06-25
16:35
[b68339e473] part of check-in [8f8b373eed] Fix test cases so that they work with SQLITE_DEFAULT_WAL_SAFETYLEVEL defined. (check-in: [8f8b373eed] user: dan branch: apple-osx, size: 7704)
2011-06-24
20:47
[9c567d759f] part of check-in [34f0efa2b1] Merging local changes to apple-osx (check-in: [34f0efa2b1] user: adam branch: apple-osx, size: 7628)
2011-02-07
15:12
[5d7a4954b0] part of check-in [5a4b6652cf] Change blocking-checkpoint tests so that they run once using "PRAGMA wal_checkpoint" and once using calls to sqlite3_wal_checkpoint_v2(). Also fix edge cases surrounding the output variables set by wal_checkpoint_v2(). (check-in: [5a4b6652cf] user: dan branch: trunk, size: 7539)
2011-02-03
01:26
[f66a8f26dc] part of check-in [8bf2d51b6a] Fix a superlock test case to conform to the new wal_checkpoint returns. (check-in: [8bf2d51b6a] user: drh branch: trunk, size: 7541)
2011-02-02
19:17
[038aba7694] part of check-in [aef61036b3] Fix minor problems with the output of "PRAGMA wal_checkpoint". In both code and tests. (check-in: [aef61036b3] user: dan branch: trunk, size: 7531)
2010-12-07
16:39
[8468e057d8] part of check-in [65c393793f] Fix a bug in the demo "superlock" code preventing locks from being released in some circumstances. (check-in: [65c393793f] user: dan branch: trunk, size: 7570)
2010-11-20
10:57
[070e7fd9cc] part of check-in [1c4e58e721] Add extra tests for test_superlock.c. (check-in: [1c4e58e721] user: dan branch: trunk, size: 7151)
2010-11-19
18:20
Added: [f9241e8738] part of check-in [1a3e7417a2] Add file test_superlock.c with example code for obtaining an exclusive lock on either rollback or wal mode databases. (check-in: [1a3e7417a2] user: dan branch: superlock, size: 2869)