aboutsummaryrefslogtreecommitdiff
path: root/ext/intck
Commit message (Collapse)AuthorAge
* First attempt at getting the build to work with Tcl 9.0.drh2024-07-30
| | | FossilOrigin-Name: 6e5bb48a74d63fb8c30528f0005d1763cd2dbb882abf86baf1565721e6bfcf84
* Fix harmless compilation issues seen with MSVC.mistachkin2024-06-05
| | | FossilOrigin-Name: 816d4749384c7f398912c905a16c83b88f4c55632050b4c6117c61301d1a53e1
* Omit some extra tests for the intck extension in OMIT_VIRTUAL_TABLE or ↵dan2024-03-08
| | | | | OMIT_PRAGMA builds. FossilOrigin-Name: 29d9eb7d55755604781e507f6ca36c50d62fa8d8589ab932d7cefca94ba24f3e
* Do not run tests for the intck extension in OMIT_VIRTUAL_TABLE or ↵dan2024-03-08
| | | | | OMIT_PRAGMA builds. FossilOrigin-Name: de8130c020821a1615cceeb730423a2d6e01578caaaddeb11950363c4f8ea412
* Fix harmless compiler warnings in test code for the intck extension.drh2024-03-07
| | | FossilOrigin-Name: 7fbdc1a849af3440579459bbb8797ebc7f9cce7b34d95675b8baa82db194ea9c
* Fix harmless compiler warnings in the increment integrity_check extension.drh2024-03-04
| | | FossilOrigin-Name: 596668e6625208ff5d2ffbb4e0530530ebb3a400efa0df54bad1d91953e32694
* Fix header comments on test scripts.drh2024-02-26
| | | FossilOrigin-Name: 9fe9670c977ce7ad2c19657783a63998769dbb7741a587889c72ecc04d895793
* Add further tests for the intck module.dan2024-02-24
| | | FossilOrigin-Name: c253e276b29de28a18270d01b60d95157ce3fc4b37e246d991f9119d26e718d7
* Add tests for the new code on this branch.dan2024-02-23
| | | FossilOrigin-Name: 351d46b2373f08bc8033d0902d9f67cd6c8bcc16c0d9f787e4fb279c0a76da87
* Add the ".intck ?STEPS_PER_UNLOCK?" command to the shell tool.dan2024-02-23
| | | FossilOrigin-Name: cfd051836b72f7d4e38cc9614f6ae5c003de4ce377359fd391adf06fe1ddf6b9
* Fix detection of surplus index entries when all indexed fields are NULL.dan2024-02-23
| | | FossilOrigin-Name: 5f310fb7be450c96f01c21e6fd1377d4a274784377d0bd811922ab63e612bd11
* Fix problems with resuming integrity-check operations on indexes with mixed ↵dan2024-02-23
| | | | | ASC and DESC columns, and on indexes that contain NULL values. FossilOrigin-Name: 0f68b35a000ef9f4691c59797c66ed6c3435fc5c503e9d24f891afec6aceeada
* Fix various issues in sqlite3intck.c.dan2024-02-21
| | | FossilOrigin-Name: 8a7bfa74525a495f45b1ea212b1718633b637295090d514dd777f9263477d514
* Simplify the way the restart key is saved internally by the intck extension.dan2024-02-21
| | | FossilOrigin-Name: 0e39962baae8a82a3021077676b792ac30c79426bcd8c075b5e92bee55e8c3a5
* Add documentation to ext/intck/sqlite3intck.h.dan2024-02-21
| | | FossilOrigin-Name: 4cc19bd74f05fe92658cc392a1d1afa173d93181a77303af6bc5684436ae832e
* Have the intck extension better handle corruption at the b-tree layer.dan2024-02-20
| | | FossilOrigin-Name: ecd775d108f77d39a1303316c1e0f0b0ae3ffc5218222e1ebfe2ef6783829b85
* Use fewer cycles to generate the "next key" value used by ↵dan2024-02-20
| | | | | sqlite3_intck_suspend() function in the intck extension. FossilOrigin-Name: 95f01426f948cf435d0b400dc7ae06fa699eee32cff498fe77e74a1257a4e09b
* Consider using "=" and IS operators with even low-quality indexes in cases ↵dan2024-02-20
| | | | | where they are selected explicitly using an INDEXED BY clause. FossilOrigin-Name: 43cbbea82132db2d0ddb4f34cc2b6910b3a1243ae6d4e837b1b27bfe91b84834
* Use more efficient SQL to verify that indexes contain entries that match ↵dan2024-02-19
| | | | | their tables. FossilOrigin-Name: c01e008c28895e50b14531b2a1f3f1110aab3b54df41ebdbd416fbac7b1bba94
* Add implementation of sqlite3_intck_suspend().dan2024-02-19
| | | FossilOrigin-Name: c36ada868da74e030ff5002de1f3b31b639b0c43714b91c2e5ca0eda16bb6bc2
* Add start of extension for incremental integrity-checks to ext/intck/.dan2024-02-17
FossilOrigin-Name: 444e3c9210026da7eae1ed98850722e002433aa2cc77dbc6b6f80327a6b7a390