0
0
mirror of https://github.com/sqlite/sqlite.git synced 2024-11-28 07:51:10 +01:00
sqlite/ext/fts5
drh 2c264ad060 Add two new #include statements to the composite "fts5.c" file that
is constructed as part of the build process.  These #includes are no-ops
in the SQLite amalgamation (and are commented out automatically by the
amalgamation builder) but are needed if the FTS5 extension is built
separately, it seems.
[https://bugzilla.mozilla.org/show_bug.cgi?id=1926321#c3|Enhancement request].

FossilOrigin-Name: 1bf8daeb24142044e1b5d4b205317c42353004643fadb6b34f9ae6bfa4e3a6bc
2024-10-23 10:36:02 +00:00
..
test Fix a typo in fts5delete.test. 2024-10-02 17:43:06 +00:00
tool Add two new #include statements to the composite "fts5.c" file that 2024-10-23 10:36:02 +00:00
extract_api_docs.tcl Fix a problem in the ext/fts5/extract_api_docs.tcl script. 2024-08-23 17:40:29 +00:00
fts5_aux.c Add fts5 auxiliary function fts5_get_locale(). For querying the locale of a stored value. 2024-08-23 15:18:02 +00:00
fts5_buffer.c
fts5_config.c Require that the contentless_unindexed=1 option be specified before storing the values of fts5 UNINDEXED column belonging to contentless tables. 2024-09-13 16:30:18 +00:00
fts5_expr.c Merge trunk changes into this branch. 2024-08-17 19:11:09 +00:00
fts5_hash.c
fts5_index.c In fts5, avoid starting a new merge of level L if there exists already an ongoing merge of a level less than L. 2024-09-30 17:28:45 +00:00
fts5_main.c Fix a problem with UPDATE statements that modify the rowid of contentless_delete=1 tables. 2024-09-27 19:10:54 +00:00
fts5_storage.c Fix a problem with UPDATEs that do not modify all UNINDEXED columns of a contentless_delete=1, contentless_unindexed=1 table. 2024-09-27 18:32:52 +00:00
fts5_tcl.c Add test code to drop an fts5 table with corrupt records in its shadow tables. 2024-08-27 18:25:04 +00:00
fts5_test_mi.c
fts5_test_tok.c
fts5_tokenize.c Avoid the possibility of buffer overrun in the READ_UTF8 macro by using 2024-10-14 18:43:04 +00:00
fts5_unicode2.c Add tests to restore coverage of fts5_tokenizer.c. 2024-08-17 17:22:49 +00:00
fts5_varint.c
fts5_vocab.c
fts5.h Fixes from code inspection: 2024-10-17 18:12:03 +00:00
fts5Int.h Allow UPDATEs of unindexed columns in fts5 contentless_unindexed=1 tables. Testing to come. 2024-09-27 10:57:41 +00:00
fts5parse.y
mkportersteps.tcl