drh
|
780187f090
|
Get rid of "-encoding binary" across all test cases, as that is no longer
supported in Tcl9. Use "-translation binary" instead.
FossilOrigin-Name: e0d9670dd98a22d2e22aac8ba8720787a05e280e18ec9b2d4323f947c83718f5
|
2024-07-30 17:09:51 +00:00 |
|
drh
|
4a8a646723
|
Changing page size using VACUUM or backup is not allowed with a codec attached.
FossilOrigin-Name: 92be06c1a828d56652fa5269a3029f8cb029b2cd
|
2016-03-14 20:49:24 +00:00 |
|
drh
|
7bd6b49a3e
|
Test script changes to support testing the SQLite Encryption Extension.
FossilOrigin-Name: 1c70aa5c014fc48ab06215992a61c6f92490abe4
|
2016-03-14 16:16:43 +00:00 |
|
dan
|
0774bb59c6
|
Modify test cases to account for the ZERO_DAMAGE change.
FossilOrigin-Name: 68684495f1a62a41ad27934f3a6d3bc9d290a57d
|
2011-12-19 10:07:56 +00:00 |
|
dan
|
5209132a48
|
Fix some test files so that they work with SQLITE_OMIT_WAL builds.
FossilOrigin-Name: a38668dcff0a4d241d959ea19330ad43295d757d
|
2011-09-24 05:55:36 +00:00 |
|
dan
|
9c5e3680df
|
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().
FossilOrigin-Name: 5a4b6652cf3780ffed6fe0fe669e8090b0b71e81
|
2011-02-07 15:12:12 +00:00 |
|
drh
|
e4737d203b
|
Fix a superlock test case to conform to the new wal_checkpoint returns.
FossilOrigin-Name: 8bf2d51b6a50da84cf6b0d2bd78e633d6810160b
|
2011-02-03 01:26:32 +00:00 |
|
dan
|
d42892ebaf
|
Fix minor problems with the output of "PRAGMA wal_checkpoint". In both code and tests.
FossilOrigin-Name: aef61036b31963e4c3ff4e8acf8c1734dc9394af
|
2011-02-02 19:17:39 +00:00 |
|
dan
|
c216eee7ce
|
Fix a bug in the demo "superlock" code preventing locks from being released in some circumstances.
FossilOrigin-Name: 65c393793ff5fdb935d5acfe5bdc3bca052f7314
|
2010-12-07 16:39:25 +00:00 |
|
dan
|
e284a0e94b
|
Add extra tests for test_superlock.c.
FossilOrigin-Name: 1c4e58e7211522f0e7dfddd3a2b52f1d0c5421e7
|
2010-11-20 10:57:44 +00:00 |
|
dan
|
e336b0017d
|
Add file test_superlock.c with example code for obtaining an exclusive lock on either rollback or wal mode databases.
FossilOrigin-Name: 1a3e7417a2184188fe21c3284e58720da9ca11cf
|
2010-11-19 18:20:09 +00:00 |
|