SQLite

All files named ”test/fts3c.test”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for test/fts3c.test

2009-11-13
17:36
[fc723a9cf1] part of check-in [30a92f1132] Start reworking fts3 code to match the rest of SQLite (code conventions, malloc-failure handling etc.). (check-in: [30a92f1132] user: dan branch: fts3-refactor, size: 9221)
2008-07-03
19:53
Added: [4c7ef29b37] part of check-in [a48e3d95f7] fts3 functions for testing scripts. These are a first step towards being able to write test script which verify that fts3 is internally building indices in the expected way. Both new functions are only defined if fts3.c is compiled with SQLITE_TEST defined, as when building testfixture. These functions are not intended to be part of the exposed fts3 API.

dump_terms() generates a TEXT result of all the terms in the index (or a specified segment), sorted and joined with spaces.

dump_doclist() generates a TEXT representation of the doclist associated with a given term in the index (or a specified segment). (CVS 5340) (check-in: [a48e3d95f7] user: shess branch: trunk, size: 11655)