index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
intck
/
sqlite3intck.c
Commit message (
Expand
)
Author
Age
*
Fix harmless compiler warnings in the increment integrity_check extension.
drh
2024-03-04
*
Add further tests for the intck module.
dan
2024-02-24
*
Add tests for the new code on this branch.
dan
2024-02-23
*
Fix detection of surplus index entries when all indexed fields are NULL.
dan
2024-02-23
*
Fix problems with resuming integrity-check operations on indexes with mixed A...
dan
2024-02-23
*
Fix various issues in sqlite3intck.c.
dan
2024-02-21
*
Simplify the way the restart key is saved internally by the intck extension.
dan
2024-02-21
*
Add documentation to ext/intck/sqlite3intck.h.
dan
2024-02-21
*
Have the intck extension better handle corruption at the b-tree layer.
dan
2024-02-20
*
Use fewer cycles to generate the "next key" value used by sqlite3_intck_suspe...
dan
2024-02-20
*
Use more efficient SQL to verify that indexes contain entries that match thei...
dan
2024-02-19
*
Add implementation of sqlite3_intck_suspend().
dan
2024-02-19
*
Add start of extension for incremental integrity-checks to ext/intck/.
dan
2024-02-17