sqlite/ext
drh a3855653ed Adjust the xBestIndex methods on both the fuzzer and transitive_closure
virtual tables so that an unused MATCH operator gets a really large cost.
Remove ambiguities from the fuzzer test cases.

FossilOrigin-Name: e2c1af78b65a8ace976fa6c035db212e1ffc79b8
2013-06-03 21:25:28 +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 When writing to an FTS table, take an exclusive shared-cache lock on the %_segdir table before writing. Otherwise, an xCommit() call may report an SQLITE_LOCKED error. 2013-05-27 10:11:53 +00:00
icu Many small harmless comment changes. Removal of obsolete comments and 2013-05-28 12:11:54 +00:00
misc Adjust the xBestIndex methods on both the fuzzer and transitive_closure 2013-06-03 21:25:28 +00:00
rtree Fix EXPLAIN QUERY PLAN row counts for the rtree virtual table tests. 2013-06-03 18:14:31 +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.