sqlite/ext
drh e85e1da07b Fix harmless compiler warnings.
FossilOrigin-Name: 94b59691ee50a4666b25e36d1529fc52f714bbe94c3e8ccb35bf0a4ea11050db
2021-10-01 21:01:07 +00:00
..
async Extend the refactoring into extensions. Clean up stray newlines. 2020-06-19 15:24:12 +00:00
expert Fix harmless compiler warnings. 2021-09-22 14:43:35 +00:00
fts1 Fix uses of ctype functions (ex: isspace()) on signed characters in test 2015-10-29 13:48:15 +00:00
fts2 Allow the 'testfixture.exe' target to be compiled with the __stdcall calling convention. 2016-07-28 14:37:04 +00:00
fts3 Avoid a buffer overread in fts3 that could occur when handling corrupt data structures. 2021-06-08 12:15:56 +00:00
fts5 Fix a buffer overread in fts5 that could occur when processing an "ORDER BY rowid DESC" query against corrupt database records. 2021-10-01 15:05:19 +00:00
icu Extend the refactoring into extensions. Clean up stray newlines. 2020-06-19 15:24:12 +00:00
lsm1 Fix problems with handling return value of mmap() in lsm_unix.c (mmap() returns MAP_FAILED on error, not NULL). 2020-06-22 16:02:06 +00:00
misc Fix harmless compiler warnings. 2021-10-01 21:01:07 +00:00
rbu Fix an RBU problem with restarting an update after the *-oal file is already larger than 4GiB. 2021-08-06 20:17:39 +00:00
repair Extend the refactoring into extensions. Clean up stray newlines. 2020-06-19 15:24:12 +00:00
rtree Fix rtreedoc.test so that it works with SQLITE_DEFAULT_AUTOVACUUM=1 builds. 2021-09-30 17:39:21 +00:00
session Change things so that SQLITE_OMIT_VIRTUALTABLE implies SQLITE_OMIT_ALTER_TABLE. 2021-10-01 20:39:50 +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
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.