Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for ext/fts5/test/fts5ac.test
2024-06-24
| ||
18:06 | [4a73626de8] part of check-in [d07085e203] Fix an incorrect tcl comment that appeared in many fts5 test files. (check-in: [d07085e203] user: dan branch: trunk, size: 10925) | |
2017-07-07
| ||
19:43 | [a7aa7e1fef] part of check-in [732f90d632] Change the error message text for SQLITE_ERROR to omit the part about "missing database" as that meaning is now obsolete (since approx SQLite 2.0). (check-in: [732f90d632] user: drh branch: trunk, size: 10921) | |
2016-01-26
| ||
19:30 | [55cad4275a] part of check-in [249a2d070c] Improve the performance of fts5 column filters on detail=col tables. (check-in: [249a2d070c] user: dan branch: fts5-perf, size: 10922) | |
2016-01-22
| ||
19:48 | [dec95549e0] part of check-in [b5a57b812f] Experimental performance enhancements for fts5. (check-in: [b5a57b812f] user: dan branch: fts5-perf, size: 10922) | |
2016-01-06
| ||
10:17 | [d5073ca7bd] part of check-in [a4e55f73b3] Fix a problem with the xPhraseFirstColumn() API in detail=col mode. Remove some unused test code from fts5ac.test. (check-in: [a4e55f73b3] user: dan branch: fts5-offsets, size: 10923) | |
2016-01-05
| ||
21:04 | [63f669ad73] part of check-in [fd217fdb39] Rationalize and extend some fts5 test code. Fix bugs revealed by the same. (check-in: [fd217fdb39] user: dan branch: fts5-offsets, size: 12947) | |
2016-01-04
| ||
19:12 | [30707d2972] part of check-in [ee38f9dff5] Fix an OOM handling problem in fts5 detail=none and detail=col modes. Also a bug in the xInst() API when used with detail=col and column filtering expressions. Update the matchinfo() test function so that 'b' is fast with detail=col tables. (check-in: [ee38f9dff5] user: dan branch: fts5-offsets, size: 15118) | |
2016-01-02
| ||
19:01 | [9a3c5eb052] part of check-in [6322a1d984] Changes to run many fts5 tests with detail=none and detail=col tables as well as the default detail=full. Also fixes for the bugs uncovered by running said tests. (check-in: [6322a1d984] user: dan branch: fts5-offsets, size: 15104) | |
2015-12-29
| ||
19:35 | [1d2a10d4c1] part of check-in [8c30605bcd] Add the xPhraseFirstColumn() and xPhraseNextColumn() API functions to fts5. For iterating through the set of columns that contain intances of a phrase. (check-in: [8c30605bcd] user: dan branch: fts5-offsets, size: 15592) | |
2015-12-28
| ||
19:55 | [5dea9e119e] part of check-in [228b4d10e3] Change the name of the offsets=0 option to "detail=column". Have the xInst, xPhraseFirst and other API functions work by parsing the original text for detail=column tables. (check-in: [228b4d10e3] user: dan branch: fts5-offsets, size: 14045) | |
2015-07-06
| ||
20:27 | [9737992d08] part of check-in [7b7da1eb43] Speed up seek operations on fts5 b-tree structures. (check-in: [7b7da1eb43] user: dan branch: trunk, size: 13213) | |
2015-06-02
| ||
19:38 | [0990ae7497] part of check-in [ab85a6fc4f] Change the fts5 multi-column syntax to use parenthesis instead of square brackets. (check-in: [ab85a6fc4f] user: dan branch: fts5, size: 13212) | |
2015-05-29
| ||
19:00 | [999fd5f445] part of check-in [ae6794ffa2] Add extra tests and fixes for multi-column matches. (check-in: [ae6794ffa2] user: dan branch: fts5, size: 13212) | |
15:55 | [d35bbe22dd] part of check-in [0fc0ea2092] Add syntax to fts5 used to specify that a phrase or NEAR group should match a subset of columns. For example "[col1 col2 ...] : <phrase>". (check-in: [0fc0ea2092] user: dan branch: fts5, size: 16805) | |
2015-05-16
| ||
20:04 | [05008e00bd] part of check-in [927d9a64e1] Further test coverage improvements for fts5. (check-in: [927d9a64e1] user: dan branch: fts5, size: 15765) | |
2015-01-29
| ||
20:59 | [8b3c293884] part of check-in [0e225b1535] Fix some problems with transactions that both read and write an fts5 table. (check-in: [0e225b1535] user: dan branch: fts5, size: 15664) | |
2015-01-27
| ||
20:41 | [cc39f7debd] part of check-in [f704bc059e] Fix a problem with fts5 doclist-indexes that occured if the first rowid of the first non-term page of a doclist is zero. (check-in: [f704bc059e] user: dan branch: fts5, size: 15270) | |
2015-01-24
| ||
19:57 | [1dfa0751bc] part of check-in [5206ca6005] Have fts5 store rowids in ascending order. Query speed is virtually the same regardless of rowid order, and ascending order makes some insert optimizations easier. (check-in: [5206ca6005] user: dan branch: fts5, size: 15278) | |
2015-01-06
| ||
19:08 | [48181b7c87] part of check-in [65f0262fb8] Remove the iPos parameter from the tokenizer callback. Fix the "tokenchars" and "separators" options on the simple tokenizer. (check-in: [65f0262fb8] user: dan branch: fts5, size: 15209) | |
2014-12-29
| ||
15:59 | Renamed and modified test/fts5ac.test → ext/fts5/test/fts5ac.test. [d3de838f48] part of check-in [7f148edb30] Move all fts5 test files to new directory "ext/fts5/test". (check-in: [7f148edb30] user: dan branch: fts5, size: 15273) | |