sqlite/ext
drh c9c81dc6d7 Add the remember(V,PTR) extension function which copies an SQL value into
an application variable.

FossilOrigin-Name: d2d30914d81022d7d4e1670caf9326524520deaf
2016-11-30 16:54:52 +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 Simplify some code in fts5_expr.c. Add some extra test cases for the same. 2016-11-28 14:52:23 +00:00
icu Mark the ICU extension functions as deterministic. 2016-11-04 12:03:26 +00:00
misc Add the remember(V,PTR) extension function which copies an SQL value into 2016-11-30 16:54:52 +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 problem in rtreeD.test causing it to fail in OMIT_BUILTIN_TEST builds. 2016-11-17 20:05:00 +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.