sqlite/ext
dan 28a10c3c1f Rework the Fts5MultiSegIter structure a bit to make it more efficient.
FossilOrigin-Name: 0778825d0ec9315c70659fae8d0640b209049dd8
2015-07-03 20:47:18 +00:00
..
async Spelling and header fixes for the async extension. 2012-12-07 09:08:42 +00:00
fts1 Modify several extensions to use the new exported function naming. Fix some shared library compilation issues. 2013-07-04 23:53:56 +00:00
fts2 Modify several extensions to use the new exported function naming. Fix some shared library compilation issues. 2013-07-04 23:53:56 +00:00
fts3 Remove "#ifdef SQLITE_ENABLE_FTS5" from individual fts5 source files. Add a single "#if !defined(SQLITE_CORE) || defined(SQLITE_ENABLE_FTS5)" to fts5.c. 2015-07-02 15:52:21 +00:00
fts5 Rework the Fts5MultiSegIter structure a bit to make it more efficient. 2015-07-03 20:47:18 +00:00
icu Fix harmless compiler warnings. 2015-06-15 14:43:25 +00:00
misc Add "ON CONFLICT" handling to the spellfix module. 2015-06-24 17:21:52 +00:00
ota Fix minor problems in the ota demo application. 2015-06-29 15:41:50 +00:00
rtree Avoid passing constraints that are unusable due to LEFT or CROSS joins to virtual table xBestIndex() methods. 2015-06-08 18:05:54 +00:00
userauth Clean up some #includes in the extension API implementation. 2014-09-11 17:14:54 +00:00
README.txt

README.txt

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