sqlite/ext
drh abdcfcef83 Add support for JSON5.
FossilOrigin-Name: f8c3ed23a6931b1da3b93b3274b132387078112a5c8e8d06b5312c47987d3937
2023-05-01 18:28:48 +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 Fix a crash that could occur in fts5 'secure-delete' mode when operating on corrupt records. 2023-04-29 18:31:44 +00:00
icu Fix misuse of the sqlite3_set_auxdata() interface in the ICU extension. 2022-09-28 19:14:01 +00:00
lsm1 Fix another issue with very large compressed LSM databases. 2023-01-17 19:34:01 +00:00
misc Merge all the latest trunk enhancements into the JSON5 branch to 2023-04-29 18:40:48 +00:00
rbu Avoid leaking a database handle in test script rbuexlock.test. 2023-04-12 18:18:28 +00:00
recover Fix a broken assert() in the recovery extension. [forum:/forumpost/82a88f5812|Forum post 82a88f5812]. 2023-04-20 10:26:56 +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 the compile-time detection of architecture byte-order in the RTREE 2023-04-24 19:23:42 +00:00
session Fix typos in comments in sqlite3session.h preventing documentation from being correctly generated. 2023-05-01 15:59:20 +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 Expose the SQLITE_DBCONFIG_STMT_SCANSTATUS and SQLITE_DBCONFIG_REVERSE_SCANORDER sqlite3_db_config() options to JS. 2023-05-01 15:42: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.