sqlite/ext
dan 1273f8dafe Fix a comment describing the xRowid method of the "series" virtual table. No
code changes.

FossilOrigin-Name: 868cd1960015dc1bf003f911dcc417a94540d1948617ea1838a48b5cff59afda
2017-09-05 17:23:39 +00:00
..
async Fix some problems in test code detected by cppcheck. 2015-08-05 08:01:46 +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 Add a destructor argument to sqlite3_bind_pointer() 2017-07-27 03:48:02 +00:00
fts5 Add test cases for ticket [be436a7f4587ce517] using virtual table modules fts5 2017-08-17 14:12:16 +00:00
icu Alternative ICU fix (compare to check-in [50e60cb4]) that avoids casting 2017-01-27 13:14:12 +00:00
lsm1 Improved comments in the header of the LSM1 vtab module. No code changes. 2017-08-11 18:55:04 +00:00
misc Fix a comment describing the xRowid method of the "series" virtual table. No 2017-09-05 17:23:39 +00:00
rbu Add experimental API sqlite3rbu_temp_size_limit(). For limiting the amount of 2017-09-05 16:24:38 +00:00
rtree The RTREE extension should return SQLITE_CORRUPT_VTAB, not just SQLITE_CORRUPT 2017-08-17 18:17:24 +00:00
session Remove some 'breakpoint' commands in test files. 2017-07-19 18:01:42 +00:00
userauth Add an 'extern "C"' block to header file sqlite3userauth.h. 2017-02-25 20:57:46 +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.