sqlite/ext
drh 37ab9523fa Move the test scripts for checkfreelist and checkindex over into the
ext/repair/test directory.  Run them now using the sqlite3_checker utility
with the --test option.  Some tests are currently failing due to an
incomplete port.  This is an incremental check-in.

FossilOrigin-Name: 17f8d5e111a9fe5b074f946e23936ae5a2a7a8d8018bad4212660d8eb81c04b7
2017-11-01 18:05:32 +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 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 In lsm (not SQLite), avoid opening the *-shm file before the database file is 2017-10-23 11:48:00 +00:00
misc Add build infrastructure for the sqlite3_checker command-line utility. 2017-10-31 15:49:19 +00:00
rbu Disable the delta checksum verification in RBU by default. Reenable it using 2017-10-05 11:29:37 +00:00
repair Move the test scripts for checkfreelist and checkindex over into the 2017-11-01 18:05:32 +00:00
rtree Add tests cases and fix minor issues in the rtreecheck() function. 2017-10-25 18:17:24 +00:00
session Fix typos in session extension header comments. No changes to code. 2017-10-04 16:35:01 +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.