0
0
mirror of https://github.com/sqlite/sqlite.git synced 2024-11-25 08:59:33 +01:00
sqlite/ext
2022-06-10 15:43:03 +00:00
..
async
expert
fiddle fiddle: minor style tweaks, including using swapped colors for the input/output fields to help (hopefully) reduce the "which field is which?" dissonance. 2022-06-10 15:43:03 +00:00
fts1
fts2
fts3 Fix a 1-byte overread in fts3 that could occur when processing corrupt records. 2022-06-03 13:52:53 +00:00
fts5 Minor typo fix in a comment, for the benefit of broken IDE syntax highlighters. 2022-04-29 12:09:43 +00:00
icu Update obsolete text in the ICU README.txt file talking about SQLite's 2022-03-05 11:57:28 +00:00
lsm1
misc Fix the zipfile extension so that it knows that a zero-length BLOB returns 2022-03-19 12:48:14 +00:00
rbu Fix a test problem in rbubusy.test causing a crash under some circumstances. 2022-04-27 13:33:48 +00:00
repair
rtree Show LEFT and RIGHT JOIN processing in the EXPLAIN QUERY PLAN output. 2022-04-11 14:26:37 +00:00
session
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.