SQLite

All files named ”test/fts3atoken.test”
Login

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

History for test/fts3atoken.test

2020-01-08
17:28
[dc2078ce46] part of check-in [1da802d54b] Check for whether or not it is safe to use non-innocuous functions as the function is being coded, not when its name is resolved. (check-in: [1da802d54b] user: drh branch: new-security-options, size: 9157)
2019-12-31
18:12
[2b2b0d7943] part of check-in [f3171dc22e] Set the SQLITE_DIRECTONLY flag on the fts3_tokenizer() function of FTS3, thus preventing that function from being called from within a trigger or view. (check-in: [f3171dc22e] user: drh branch: trunk, size: 9195)
2019-03-29
17:26
[bef8a16349] part of check-in [27160df7b3] 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. (check-in: [27160df7b3] user: drh branch: value_frombind, size: 8441)
11:39
[8e3fa6d3f1] part of check-in [ab76e3a90e] 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. (check-in: [ab76e3a90e] user: drh branch: value_frombind, size: 7491)
2019-03-01
21:33
[b7a50a5817] part of check-in [f5732f4caf] The fts3_tokenizer() function returns NULL if the SQLITE_DBCONFIG_ENABLE_FTS_TOKENIZER setting is disabled, which is is by default. (check-in: [f5732f4caf] user: drh branch: trunk, size: 7139)
2016-02-26
15:38
[4b4c16fdcf] part of check-in [374b510808] 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. (check-in: [374b510808] user: drh branch: trunk, size: 7078)
2016-02-08
19:40
[76262be798] part of check-in [e0eb217aca] Disable the two-argument form of the fts3_tokenizer() SQL function unless the library is built with -DSQLITE_ENABLE_FTS3_TOKENIZER. (check-in: [e0eb217aca] user: dan branch: trunk, size: 7080)
2015-03-21
19:35
[e3a1263651] part of check-in [6d0989695b] Avoid a segfault if NULL is passed as the first argument to SQL scalar function fts3_tokenizer(). (check-in: [6d0989695b] user: dan branch: trunk, size: 6754)
2015-03-19
16:25
[95c721d71a] part of check-in [26d2def8a5] Fix an FTS3/4 problem with handling empty tokenizer declarations (e.g. "CREATE VIRTUAL TABLE t(tokenize=);"). (check-in: [26d2def8a5] user: dan branch: trunk, size: 6461)
2013-06-10
23:30
[fca30fd86d] 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: 6038)
2012-06-18
20:52
[fb398ab50a] part of check-in [892b74116a] Fix a problem with identifying white-space characters outside of the ascii range in the ICU tokenizer. (check-in: [892b74116a] user: dan branch: trunk, size: 6040)
2011-04-23
10:12
[402ef2f7c2] part of check-in [44f0874a95] Fix parsing of %00 in uri handling code. (check-in: [44f0874a95] user: dan branch: uri, size: 5762)
2011-04-19
06:43
[bbb9e63a91] part of check-in [0dd09fc034] Avoid passing NULL to the xOpen method of an FTS3/4 tokenizer. (check-in: [0dd09fc034] user: dan branch: trunk, size: 5749)
2007-08-20
17:38
Added: [25c2070e1e] part of check-in [24739f148e] Replicate the fts2*.test files as fts3a*.test, and convert fts2 to fts3 in the text of the files. (CVS 4251) (check-in: [24739f148e] user: shess branch: trunk, size: 5534)