sqlite/ext
drh 8f2c0b59da Query planner always honors the aConstraintUsage[].omit flag for the
SQLITE_INDEX_CONSTRAINT_OFFSET constraint.

FossilOrigin-Name: 38c5151eb8cc789ad082a1b40d16b2ddb55454219bd685b6e420995af6a15f55
2022-01-27 21:18:14 +00:00
..
async Extend the refactoring into extensions. Clean up stray newlines. 2020-06-19 15:24:12 +00:00
expert Improved robustness against OOM in the expert extension. 2021-12-16 14:26:16 +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 Change an assert() in FTS3 into assert_fts3_nc(), since it is a harmless 2021-12-29 04:10:03 +00:00
fts5 Fix test cases so that they all still work even with -DSQLITE_DQS=0. 2022-01-16 19:11:13 +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 Query planner always honors the aConstraintUsage[].omit flag for the 2022-01-27 21:18:14 +00:00
rbu Add the "static" qualifier to some internal functions in code for various SQLite extensions. 2021-12-01 11:03:50 +00:00
repair Fix harmless static analyzer warnings in sessions, rtree, fts3 and fts5. 2021-10-04 18:21:14 +00:00
rtree Fix test cases so that they all still work even with -DSQLITE_DQS=0. 2022-01-16 19:11:13 +00:00
session Fix test cases so that they all still work even with -DSQLITE_DQS=0. 2022-01-16 19:11:13 +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

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.