SQLite

All files named ”ext/fts5/fts5_test_tok.c”
Login

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

History for ext/fts5/fts5_test_tok.c

2023-10-06
12:51
[3cb0a9b508] part of check-in [f3b3d712d6] Ensure that all fields of static sqlite3_module objects are explicitly initialized, in order to hush-up nuisance compiler warnings. (check-in: [f3b3d712d6] user: drh branch: trunk, size: 14285)
2022-07-22
20:24
[1611181ea3] part of check-in [57beb700c0] Add experimental 'xShadowName2' method for virtual table modules. (check-in: [57beb700c0] user: mistachkin branch: xShadowName2, size: 14285)
2021-03-10
19:32
[a2bed8edb2] part of check-in [4cb00b9d40] Fix further sanitizer complaints in the fts5 code. (check-in: [4cb00b9d40] user: dan branch: trunk, size: 14231)
2019-01-08
20:02
[f96c6e193c] part of check-in [ca67f2ec0e] Use 64-bit math to compute the sizes of memory allocations in extensions. (check-in: [ca67f2ec0e] user: drh branch: trunk, size: 14212)
2018-12-28
07:37
[6a5574354c] part of check-in [c564bf8701] Fix problems in fts5 found by ASAN. (check-in: [c564bf8701] user: dan branch: trunk, size: 14208)
2018-11-05
23:01
[80de1a4b1a] part of check-in [31942b3dd3] Initial code to make shadow tables read-only to ordinary SQL. The now xShadowName method is added to the sqlite3_module object and is used to identify potential shadow tables. The SQLITE_PREPARE_SHADOW argument to sqlite3_prepare_v3() is defined. It is designed to permit writing to shadow tables, but is currently an unused placeholder. (check-in: [31942b3dd3] user: drh branch: read-only-shadow, size: 14194)
2017-05-24
15:32
[ffd657dd67] part of check-in [57a60e959c] Fix harmless compiler warnings in FTS5. (check-in: [57a60e959c] user: mistachkin branch: trunk, size: 14140)
2017-04-26
14:34
[f4c27f2e32] part of check-in [63d9ca5c73] Replace <fts5.h> with "fts5.h" in test file fts5_test_tok.c. (check-in: [63d9ca5c73] user: dan branch: trunk, size: 14136)
2016-01-14
20:05
Added: [db08af6367] part of check-in [8ec8314354] Add a test to verify that the fts3 and fts5 "unicode61" tokenizers are byte for byte compatible. (check-in: [8ec8314354] user: dan branch: trunk, size: 14136)