sqlite/ext
drh 0897c3c056 In the CSV extension, use SQLITE_TRANSIENT rather than SQLITE_STATIC on
return values that can in fact change.

FossilOrigin-Name: 54b54f02c66c5aeaa3504c52a04614e2fb4d7260da8367840d5ea5a71cdc2fda
2020-10-07 11:24:45 +00:00
..
async Extend the refactoring into extensions. Clean up stray newlines. 2020-06-19 15:24:12 +00:00
expert Fix a problem in sqlite-expert causing it to ignore equality constraints on the second or subsequent columns of a multi-column PRIMARY KEY. 2020-09-17 17:01:16 +00:00
fts1
fts2
fts3 Fix harmless USAN warnings from gcc9. 2020-08-11 21:53:42 +00:00
fts5 Allow fts5 trigram tables created with detail=column or detail=none to optimize LIKE and GLOB queries. Allow case-insensitive tables to optimize GLOB as well as LIKE. 2020-10-05 16:41:56 +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 In the CSV extension, use SQLITE_TRANSIENT rather than SQLITE_STATIC on 2020-10-07 11:24:45 +00:00
rbu Extend the refactoring into extensions. Clean up stray newlines. 2020-06-19 15:24:12 +00:00
repair Extend the refactoring into extensions. Clean up stray newlines. 2020-06-19 15:24:12 +00:00
rtree Earlier detection of corruption in the rtreecheck() SQL function to prevent 2020-09-17 11:56:04 +00:00
session Fix harmless USAN warnings from gcc9. 2020-08-11 21:53:42 +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

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.