sqlite/ext
drh 27b2d1b88b Replace some unreachable branches from the JSON1 extension with assert().
FossilOrigin-Name: 145cd13e3c5a42a717807bcc13c0f7212f38bff8
2016-11-07 15:15: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 Make sure the SQLITE_TCLAPI macro is always defined. 2016-07-28 17:11:20 +00:00
fts5 Fix some compiler warnings in fts5. 2016-10-05 20:14:29 +00:00
icu Mark the ICU extension functions as deterministic. 2016-11-04 12:03:26 +00:00
misc Replace some unreachable branches from the JSON1 extension with assert(). 2016-11-07 15:15:42 +00:00
rbu Avoid using the "direct overflow read" optimization to read large blobs if the 2016-10-21 10:49:39 +00:00
rtree Fix a case in which the rtree module was ignoring an OOM while generating an error message. 2016-10-10 10:06:59 +00:00
session In the sessions module, avoid recording a change if an UPDATE statement 2016-10-21 21:21:45 +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.