sqlite/ext
drh 31a1349515 Unwind the RTREE dimension loop inside of rtreeCallbackConstraint().
FossilOrigin-Name: 4854ea9c18e7d8066c90b41568d0fae97b01ea6d
2017-02-01 17:08:56 +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 preventing FTS5 from correctly passing the FTS5_TOKENIZE_PREFIX 2017-01-23 07:06:27 +00:00
icu Alternative ICU fix (compare to check-in [50e60cb4]) that avoids casting 2017-01-27 13:14:12 +00:00
misc Add the sha1.c loadable extension that implements the sha1() and sha1_query() 2017-01-27 19:27:38 +00:00
rbu Fix a problem that could cause a spurious SQLITE_NOMEM error when attempting 2017-01-17 10:41:42 +00:00
rtree Unwind the RTREE dimension loop inside of rtreeCallbackConstraint(). 2017-02-01 17:08:56 +00:00
session Add a speed-test program for the sessions module. 2017-01-31 17:31:30 +00:00
userauth Fix SQLITEINT_H macro usage in two extensions. 2017-01-25 13:54:27 +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.