sqlite/ext
drh 5e769a50ad Two more typo fixes in comments.
FossilOrigin-Name: 40c0fb0af678797c39a99853f9f4102464c16f4b
2016-09-28 16:05:53 +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 Fix a problem with the fts5 auxiliary function API causing a crash when a query contained a phrase of zero terms. 2016-09-21 19:43:34 +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 Add the ext/misc/memvfs.c extension that implements a VFS for read-only 2016-09-07 18:11:11 +00:00
rbu Fix a bug in sqldiff causing it to confuse blobs zero bytes in size with NULL values. 2016-09-12 14:23:51 +00:00
rtree Fix typos in comments. No changes to running code. 2016-08-27 20:21:51 +00:00
session Two more typo fixes in comments. 2016-09-28 16:05:53 +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

README.txt

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