sqlite/ext
mistachkin 885f410472 Remove some 'breakpoint' commands in test files.
FossilOrigin-Name: d14fc621e918915bbf8e04597eb238ea78dff3d9c5eb4402cb88692d00dbdfee
2017-07-19 18:01:42 +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 an experimental "pointer type" parameter to sqlite3_bind_pointer(), 2017-07-17 00:40:19 +00:00
fts5 Remove some 'breakpoint' commands in test files. 2017-07-19 18:01:42 +00:00
icu Alternative ICU fix (compare to check-in [50e60cb4]) that avoids casting 2017-01-27 13:14:12 +00:00
lsm1 In the LSM1 virtual table, dequote the filename before opening the file. 2017-07-14 15:57:56 +00:00
misc Fix a crash in unionvtab caused by a misconfiguration. Add other test cases 2017-07-18 21:19:17 +00:00
rbu Remove some 'breakpoint' commands in test files. 2017-07-19 18:01:42 +00:00
rtree Remove some 'breakpoint' commands in test files. 2017-07-19 18:01:42 +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.