Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of test/fts3atoken.test
2019-03-29
| ||
17:26 | Change the fts3_tokenizer() function to always return the pointer as a BLOB as long as the first argument is a bound parameter, regardless of the SQLITE_DBCONFIG_ENABLE_FTS3_TOKENIZER setting. file: [bef8a163] check-in: [27160df7] user: drh branch: value_frombind, size: 8441 | |
11:39 | The two-argument version of fts3_tokenizer() works regardless of the value of SQLITE_DBCONFIG_ENABLE_FT3_TOKENIZER as long as the second argument is a bind parameter. file: [8e3fa6d3] check-in: [ab76e3a9] user: drh branch: value_frombind, size: 7491 | |
2019-03-01
| ||
21:33 | The fts3_tokenizer() function returns NULL if the SQLITE_DBCONFIG_ENABLE_FTS_TOKENIZER setting is disabled, which is is by default. file: [b7a50a58] check-in: [f5732f4c] user: drh branch: trunk, size: 7139 | |
2016-02-26
| ||
15:38 | Provide the new SQLITE_DBCONFIG_ENABLE_FTS3_TOKENIZER option to sqlite3_db_config() that can be used to activate the two-argument version of fts3_tokenizer() for a specific database connection at run-time. file: [4b4c16fd] check-in: [374b5108] user: drh branch: trunk, size: 7078 | |
2016-02-08
| ||
19:40 | Disable the two-argument form of the fts3_tokenizer() SQL function unless the library is built with -DSQLITE_ENABLE_FTS3_TOKENIZER. file: [76262be7] check-in: [e0eb217a] user: dan branch: trunk, size: 7080 | |
2015-03-21
| ||
19:35 | Avoid a segfault if NULL is passed as the first argument to SQL scalar function fts3_tokenizer(). file: [e3a12636] check-in: [6d098969] user: dan branch: trunk, size: 6754 | |
2015-03-19
| ||
16:25 | Fix an FTS3/4 problem with handling empty tokenizer declarations (e.g. "CREATE VIRTUAL TABLE t(tokenize=);"). file: [95c721d7] check-in: [26d2def8] user: dan branch: trunk, size: 6461 | |
2013-06-10
| ||
23:30 | Fix test cases for the new EXPLAIN QUERY PLAN format. Add the wherecosttest tool. Other fixes to logarithm cost. file: [fca30fd8] check-in: [aa580e36] user: drh branch: nextgen-query-plan-logcost, size: 6038 | |
2012-06-18
| ||
20:52 | Fix a problem with identifying white-space characters outside of the ascii range in the ICU tokenizer. file: [fb398ab5] check-in: [892b7411] user: dan branch: trunk, size: 6040 | |
2011-04-23
| ||
10:12 | Fix parsing of %00 in uri handling code. file: [402ef2f7] check-in: [44f0874a] user: dan branch: uri, size: 5762 | |
2011-04-19
| ||
06:43 | Avoid passing NULL to the xOpen method of an FTS3/4 tokenizer. file: [bbb9e63a] check-in: [0dd09fc0] user: dan branch: trunk, size: 5749 | |
2007-08-20
| ||
17:38 | Replicate the fts2*.test files as fts3a*.test, and convert fts2 to fts3 in the text of the files. (CVS 4251) file: [25c2070e] check-in: [24739f14] user: shess branch: trunk, size: 5534 Added | |