sqlite/ext
2016-08-19 14:25:38 +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 Make sure the SQLITE_TCLAPI macro is always defined. 2016-07-28 17:11:20 +00:00
fts5 Have the fts5 snippet() function avoid favouring snippets that begin with sentences that do not contain search terms. Add an extra bias in favour of the first sentence in the document. 2016-08-19 14:25:38 +00:00
icu In the ICU extension toupper() and tolower() SQL functions, avoid calling u_strToUpper() or u_strToLower() a second time if the buffer passed to the first invocation turns out to be large enough. 2016-04-14 17:29:13 +00:00
misc Fix other harmless compiler warnings. 2016-08-01 17:06:44 +00:00
rbu Add the "modeof=<filename>" URI parameter to os_unix.c - used to specify a file to copy permissions from when a new database is created. Also allow passing NULL as the second parameter to sqlite3rbu_vacuum(). 2016-08-11 18:05:47 +00:00
rtree Fix the rtreeG.test test case. 2016-05-23 18:27:07 +00:00
session Add macro necessary for building several extensions when the __stdcall calling convention is not in use. 2016-07-29 01:31:49 +00:00
userauth Clean up some #includes in the extension API implementation. 2014-09-11 17:14:54 +00:00
README.txt Add the ext/fts1 subdirectory for holding the first full-text search 2006-08-22 14:45:37 +00:00

Version loadable extensions to SQLite are found in subfolders
of this folder.