sqlite/ext
drh dc5ece86ae Remove the CLANG_VERSION macro, since we have learned that version numbers in
clang are "marketing" and are inconsistent and unreliable.  Builds using clang
will still use the GCC_VERSION macro since clang works hard to be gcc
compatible.

FossilOrigin-Name: 810d29320b853b3a01aa50d8f2a0bceacf79e0aa
2017-02-15 15:09:09 +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 Avoid preparing a SELECT statement each time an UPDATE or DELETE 2017-02-08 19:10:47 +00:00
fts5 Avoid a duplication #define in FTS5 2017-02-13 13:20:02 +00:00
icu Alternative ICU fix (compare to check-in [50e60cb4]) that avoids casting 2017-01-27 13:14:12 +00:00
misc Fix issues in the sha1 extension seen with MSVC. 2017-02-02 19:24:05 +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 Remove the CLANG_VERSION macro, since we have learned that version numbers in 2017-02-15 15:09:09 +00:00
session Allow sqlite3session_apply() to apply changesets to tables that have been 2017-02-04 17:33:30 +00:00
userauth Fix SQLITEINT_H macro usage in two extensions. 2017-01-25 13:54:27 +00:00
README.txt

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