sqlite/ext
2013-07-03 19:53:05 +00:00
..
async Spelling and header fixes for the async extension. 2012-12-07 09:08:42 +00:00
fts1 Many spelling fixes in comments. No changes to code. 2013-03-21 21:20:32 +00:00
fts2 Many spelling fixes in comments. No changes to code. 2013-03-21 21:20:32 +00:00
fts3 Cut over the next generation query planner. Increase the version number 2013-06-26 11:43:18 +00:00
icu Many small harmless comment changes. Removal of obsolete comments and 2013-05-28 12:11:54 +00:00
misc Improved processing of DISTINCT. 2013-06-11 18:59:38 +00:00
rtree Fix test cases for the new EXPLAIN QUERY PLAN format. Add the 2013-06-10 23:30:09 +00:00
session Experimental change to the handling of foreign key constraint violations when applying a changeset: all foreign keys, immediate and deferred, are deferred until the end of the transaction (or sub-transaction) opened by the sqlite3changeset_apply(). A single call to the conflict-handler (if any) is made if any FK constraint violations are still present in the database at this point. The conflict-handler may choose to rollback the changeset, or to apply it, constraint violations and all. 2013-07-03 19:53:05 +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.