sqlite/ext
dan 9d41af23a4 Do not use HIDDEN columns for NATURAL joins. Fix for [7c0e06b16].
FossilOrigin-Name: ab09ef427181130be09a087b7e572ad4cfb6b3e1b459769ee5ebf046b3ead682
2019-12-30 14:32:27 +00:00
..
async Fix some problems in test code detected by cppcheck. 2015-08-05 08:01:46 +00:00
expert Add header guard to the expert extension. 2019-11-13 18:50:36 +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 Fix a spurious report of corruption from the fts3/4 integrity-check triggered by using the languageid option. 2019-12-21 20:43:34 +00:00
fts5 Do not use HIDDEN columns for NATURAL joins. Fix for [7c0e06b16]. 2019-12-30 14:32:27 +00:00
icu Fix a typo in the README file for ICU. No code changes. 2018-03-27 22:58:45 +00:00
lsm1 Add some extra tests for the lsm virtual table module. 2019-08-17 19:58:26 +00:00
misc Fix buffer underflows in the zipfile extension associated with zero-length 2019-12-27 00:19:53 +00:00
rbu Fix a bad interaction between RBU and [df51ae19]. 2019-12-20 20:03:21 +00:00
repair Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases 2018-11-07 02:17:01 +00:00
rtree Thoroughly reset the rtree cursor at the start of each VFilter operation, 2019-12-23 20:41:39 +00:00
session Fix various documentation typos suggested by Mark Benningfield. 2019-11-26 14:24:12 +00:00
userauth Fix a compilation issue in the "userauth" extension. Also fix a few test 2018-09-19 17:09:09 +00:00
README.md Updates to README files under the ext/ hierarchy. No changes to code. 2017-03-15 20:27:46 +00:00

Loadable Extensions

Various loadable extensions for SQLite are found in subfolders.

Most subfolders are dedicated to a single loadable extension (for example FTS5, or RTREE). But the misc/ subfolder contains a collection of smaller single-file extensions.