sqlite/ext
drh e7bdb2172c If a table has one or more rows and it has a partial index has zero rows,
still make an entry in the sqlite_stat1 table for the partial index, so that
we know that "PRAGMA optimize" does not need to redo the whole table.

FossilOrigin-Name: e147b18991dd462fff367442acb0504fdf193a31843ed34ec8c1ced30747bf8a
2024-02-19 16:22:58 +00:00
..
async Extend the refactoring into extensions. Clean up stray newlines. 2020-06-19 15:24:12 +00:00
consio Fix harmless compiler warnings seen with MSVC. 2024-02-04 04:01:11 +00:00
expert Fix various harmless scan-build warnings. 2023-10-24 11:06:44 +00:00
fts3 Ensure the fts3 xIntegrity method correctly returns error codes unrelated to corruption or missing SQL elements. 2024-02-01 15:21:55 +00:00
fts5 Handle an OOM case in fts5 code to query tokendata=1 tables. 2024-02-16 11:41:47 +00:00
icu Tweak sqlite3-worker1.js to be able to load either sqlite3.js or sqlite3-wasmfs.js, noting that the latter still does not load in a Worker because of an Emscripten loader bug. 2022-10-01 13:38:27 +00:00
jni Back out [99d11e6d0ae6] (enabling of STAT4 in WASM/JNI), per /chat discussion. 2024-01-01 23:28:02 +00:00
lsm1 Ensure that all fields of static sqlite3_module objects are explicitly 2023-10-06 12:51:05 +00:00
misc When doing a text-affinity comparison between two values where one or both 2024-01-20 15:13:13 +00:00
rbu Fix the rbu_exclusive_checkpoint=1 option so that it works with a zipvfs database in pass-through mode. 2023-05-11 17:25:14 +00:00
recover Fix harmless compiler warnings seen with MSVC. 2024-02-04 04:01:11 +00:00
repair Ensure that all fields of static sqlite3_module objects are explicitly 2023-10-06 12:51:05 +00:00
rtree Replace the assert() that was removed by [f023cb541b5dd72c] because 2024-02-12 19:12:30 +00:00
session If a table has one or more rows and it has a partial index has zero rows, 2024-02-19 16:22:58 +00:00
userauth Fix userauth so that it works together with SQLITE_OMIT_SHARED_CACHE. 2024-01-22 12:56:58 +00:00
wasm Correct docs about the first OFPS VFS's importDb() method being synchronous (it's not, whereas the second VFS's importDb() is). 2024-02-06 08:59:59 +00:00
README.md Updates to README files under the ext/ hierarchy. No changes to code. 2017-03-15 20:27:46 +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.