Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/fts3tok1.test
2017-07-07
| ||
19:43 | [a663f4cac2] 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: 2990) | |
2015-04-15
| ||
09:16 | [178c050199] part of check-in [bd06eeb8d0] Remove an incorrect assert() statement from sqlite3Fts3Dequote(). (check-in: [bd06eeb8d0] user: dan branch: trunk, size: 3010) | |
2013-12-19
| ||
16:26 | [c551043de0] part of check-in [ca3fdfd419] Make sure errors encountered while initializing extensions such as FTS4 get reported out from sqlite3_open(). This fixes a bug introduced by check-in [9d347f547e7ba9]. Also remove lots of forgotten "breakpoint" commands left in test scripts over the years. (check-in: [ca3fdfd419] user: drh branch: trunk, size: 2777) | |
2013-06-10
| ||
23:30 | [b10d0a12a0] part of check-in [aa580e368e] Fix test cases for the new EXPLAIN QUERY PLAN format. Add the wherecosttest tool. Other fixes to logarithm cost. (check-in: [aa580e368e] user: drh branch: nextgen-query-plan-logcost, size: 2788) | |
2013-05-07
| ||
12:16 | [4d9e740167] part of check-in [0ba67b64de] Modify the fts3tokenize table implementation so that it does not use the SQL function fts3_tokenizer. The user may have installed an authorizer callback that prohibits this. (check-in: [0ba67b64de] user: dan branch: trunk, size: 2790) | |
2013-04-22
| ||
15:30 | Added: [05ff5c5709] part of check-in [c5a4b21a15] Add virtual table module 'fts3tokenize' to fts3. fts3tokenize provides SQL access to FTS tokenizer implementations. (check-in: [c5a4b21a15] user: dan branch: trunk, size: 3028) | |