0
0
mirror of https://github.com/sqlite/sqlite.git synced 2024-11-28 16:09:31 +01:00
sqlite/ext
drh 277ee81bab Create the new ext/repair folder and move checkfreelist.c there. Remove
checkfreelist.c from the command-line shell (undoing check-in [48418f2e]).

FossilOrigin-Name: dfdebd12bfc80b91d234ab328cb6106d5d37ccb79b58e36e556c1a8af640a4ab
2017-10-12 19:50:28 +00:00
..
async
fts1
fts2
fts3
fts5 Fix harmless compiler warnings in FTS5 seen with MSVC. 2017-10-08 02:22:06 +00:00
icu Fix harmless UB in the ICU extension. 2017-09-21 19:08:25 +00:00
lsm1
misc Create the new ext/repair folder and move checkfreelist.c there. Remove 2017-10-12 19:50:28 +00:00
rbu Disable the delta checksum verification in RBU by default. Reenable it using 2017-10-05 11:29:37 +00:00
repair Create the new ext/repair folder and move checkfreelist.c there. Remove 2017-10-12 19:50:28 +00:00
rtree
session Fix typos in session extension header comments. No changes to code. 2017-10-04 16:35:01 +00:00
userauth
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.