sqlite/ext
2015-06-25 20:10:24 +00:00
..
async
fts1
fts2
fts3 Merge latest trunk changes with this branch. Add tests for columnsize=0. 2015-06-23 15:06:13 +00:00
fts5 Add a script to combine all fts5 code into a single file - fts5.c - that can be used to build an SQLite loadable extension. 2015-06-25 20:10:24 +00:00
icu Fix harmless compiler warnings. 2015-06-15 14:43:25 +00:00
misc
ota Remove the sqlite3ota_open_v2() API. Add a new parameter to sqlite3ota_open() instead. 2015-05-19 17:48:11 +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
README.txt

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