sqlite/ext
dan d8091fe979 Fix a problem causing an infinite loop in the recovery extension when processing a corrupt free-block list.
FossilOrigin-Name: 5a516c6c7a25cec4d0a0cca530017a3299f7a332319f3e1f7cf12f53c32b88ca
2023-05-31 11:03:17 +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 Avoid a buffer overread in fts3 that could occur when processing a corrupt record. 2023-03-18 16:12:27 +00:00
fts5 Add extra tests for fts5, large rowids and "ORDER BY rowid DESC". No changes to code. 2023-05-27 19:34:46 +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 a C++-style variable declaration in the generate_series() extension. 2023-05-15 19:17:31 +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 a problem causing an infinite loop in the recovery extension when processing a corrupt free-block list. 2023-05-31 11:03:17 +00:00
repair Remove references to the now-defunct SQLITE_ENABLE_JSON1 compile-time option. 2022-02-17 14:33:13 +00:00
rtree When a floating-point RTREE is presented with large integer constraints - 2023-05-22 16:35:21 +00:00
session Fix windows-specific problems in test scripts sessionnoop2.test and sessionrowid.test. 2023-05-13 20:01:27 +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 Minor tweak to the OPFS async proxy to attempt to account for a spurious high-load console error message which was reported via the sqlite-wasm npm project. 2023-05-30 14:10:28 +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.