sqlite/ext
drh 8c86f56e90 New test cases for PRAGMA integrity_check against FTS4 and FTS5 tables.
FossilOrigin-Name: 3950d20c3a4433543546ce4495ae07aab3d6cefb163b1f30813a9776c5b962e8
2023-10-23 15:23:10 +00:00
..
async
expert Temporarily disable the ext/expert/expert1-6.0 test, which does not work 2023-10-23 11:41:41 +00:00
fts3 Improved error messages for the xIntegrity method in FTS3/4 and FTS5. 2023-10-23 13:46:22 +00:00
fts5 New test cases for PRAGMA integrity_check against FTS4 and FTS5 tables. 2023-10-23 15:23:10 +00:00
icu
jni JNI: improve UB protections in sqlite3_bind_blob/text/text16(). 2023-10-22 12:33:05 +00:00
lsm1 Ensure that all fields of static sqlite3_module objects are explicitly 2023-10-06 12:51:05 +00:00
misc Ensure that all fields of static sqlite3_module objects are explicitly 2023-10-06 12:51:05 +00:00
rbu
recover Ensure that all fields of static sqlite3_module objects are explicitly 2023-10-06 12:51:05 +00:00
repair Ensure that all fields of static sqlite3_module objects are explicitly 2023-10-06 12:51:05 +00:00
rtree The rtreecheck() SQL function should not invoke BEGIN or COMMIT as this 2023-10-14 17:14:53 +00:00
session Add missing "finish_test" to sessionnoact.test. 2023-10-21 15:21:06 +00:00
userauth
wasm Correct the opfs-sahpool VFS's xGetLastError() method to return the previous error code, not 0, on success. 2023-10-20 12:23:49 +00:00
README.md

Loadable Extensions

Various loadable extensions for SQLite are found in subfolders.

Most subfolders are dedicated to a single loadable extension (for example FTS5, or RTREE). But the misc/ subfolder contains a collection of smaller single-file extensions.