sqlite/ext
dan 0d12a79310 Better fix the problem where optimizing an fts5 table too often causes it to become unreadable (first attempt was [35bed981]).
FossilOrigin-Name: 459d986d38fc0ccbfd66801e0f22900cfed831268cf59ac8d1cd1e556f0d1441
2023-02-08 17:28:08 +00:00
..
async Extend the refactoring into extensions. Clean up stray newlines. 2020-06-19 15:24:12 +00:00
expert Fix handling of columns with names that are SQL keywords in the ".expert" command. 2022-08-10 15:29:21 +00:00
fts3 Fix a harmless compiler warning in FTS3. 2023-01-25 21:28:30 +00:00
fts5 Better fix the problem where optimizing an fts5 table too often causes it to become unreadable (first attempt was [35bed981]). 2023-02-08 17:28:08 +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
lsm1 Fix another issue with very large compressed LSM databases. 2023-01-17 19:34:01 +00:00
misc Fix compiler warning in base85.c. 2023-01-27 23:10:10 +00:00
rbu Fix a test script problem causing "make test" to fail for non-RBU builds. 2023-02-07 18:41:23 +00:00
recover Update testrunner.tcl to use a separate process for each test script. And to run some extra tests too. 2023-02-01 20:14:59 +00:00
repair Remove references to the now-defunct SQLITE_ENABLE_JSON1 compile-time option. 2022-02-17 14:33:13 +00:00
rtree Update testrunner.tcl to use a separate process for each test script. And to run some extra tests too. 2023-02-01 20:14:59 +00:00
session Add the "devtest" makefile target that runs both fuzztest and testrunner. 2023-02-05 17:40:03 +00:00
userauth Fix a problem in the userauth extension causing it to occasionally set "PRAGMA count_changes" (and some others) to true. 2020-01-21 13:40:35 +00:00
wasm Roll back part of [c54f29d8] which attempted to use symbols which that worker does not have access to. 2023-02-06 21:20: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

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.