sqlite/ext
mistachkin e50998859d Fix harmless compiler warning seen with MSVC.
FossilOrigin-Name: 648172de20d70532ed0fb9713b76161dd481e09bbd973c03dffb51fb61b731cc
2022-07-21 18:37:50 +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
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 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 Fix a memory leak in fts3 that could occur when processing a corrupt database. 2022-07-15 15:08:48 +00:00
fts5 Remove a few unsuitable scripts from the "veryquick" test suite. Also have every second testrunner.tcl process favour running test scripts that contain text like "testrunner: slow" before any others. 2022-07-18 19:32:30 +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 Remove stray tab characters from auxiliary source code files. 2022-02-21 13:44:51 +00:00
misc Fix harmless compiler warning seen with MSVC. 2022-07-21 18:37:50 +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 Remove references to the now-defunct SQLITE_ENABLE_JSON1 compile-time option. 2022-02-17 14:33:13 +00:00
rtree Update the expected error messages in some OOM test cases to account for [44d77a7f807]. 2022-07-11 21:40:34 +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.