Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/fts4langid.test
2025-02-27
| ||
21:17 | [1cc6fe045f] part of check-in [f50c21484d] Approximately 100 typo corrections spanning the whole tree, submitted via forum post 0db9827f0464bc33 and individually audited and verified. Affects only code comments, innocuous test strings, error message text in tool (not library) code, and configure-level help text. (check-in: [f50c21484d] user: stephan branch: trunk, size: 14678) | |
2023-09-06
| ||
12:52 | [4be912f424] part of check-in [17bede8cde] Add the xIntegrity method to the sqlite3_module object. Implement this method in RTREE, FTS3/4, and FTS5 so that "PRAGMA integrity_check" also verifies the correctness of shadow tables associated with those virtual tables. (check-in: [17bede8cde] user: drh branch: vtab-integrity-check, size: 14678) | |
2019-12-21
| ||
20:43 | [89e6232189] part of check-in [70815e273f] Fix a spurious report of corruption from the fts3/4 integrity-check triggered by using the languageid option. (check-in: [70815e273f] user: dan branch: trunk, size: 14647) | |
2017-07-07
| ||
19:43 | [2168ba330a] 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: 14306) | |
2017-04-17
| ||
13:38 | [89a107d367] part of check-in [1a08a836fa] Improve coverage of code in fts3. (check-in: [1a08a836fa] user: dan branch: trunk, size: 14326) | |
2016-03-08
| ||
15:37 | [65a7332c9b] part of check-in [64b3cb2915] Update fts3/4 so that the 'merge=X,Y' command merges at least, instead of exactly, Y segments from a single level. This matches the documentation. 'merge=X,0' is, as it was in 3.11, an error. (check-in: [64b3cb2915] user: dan branch: trunk, size: 14102) | |
2016-02-26
| ||
15:38 | [9794addcc8] 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: 14102) | |
2016-02-08
| ||
19:40 | [8bd8759e0d] 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: 14114) | |
2012-03-20
| ||
17:04 | [24a6e41063] part of check-in [f61d5fb028] Merge trunk changes into the fts4-incr-merge branch. (check-in: [f61d5fb028] user: drh branch: fts4-incr-merge, size: 14039) | |
2012-03-16
| ||
16:52 | [2081c357bb] part of check-in [2755edc7f1] Cherrypick the [3475092cff] fix for 32-bit overflow with large language-ids into trunk. (check-in: [2755edc7f1] user: drh branch: trunk, size: 13992) | |
15:54 | [2f6ae2e5ab] part of check-in [3475092cff] Fix some integer overflow problems that can occur when using large langauge id values. (check-in: [3475092cff] user: dan branch: fts4-incr-merge, size: 14041) | |
2012-03-03
| ||
18:46 | [fabdd5a8db] part of check-in [f8e9c445dd] Add the xLanguageid method to sqlite3_fts3_tokenizer versions 1 and greater. (check-in: [f8e9c445dd] user: dan branch: fts4-languageid, size: 11062) | |
2012-03-02
| ||
19:53 | [be989b5cdd] part of check-in [22491e7bc3] Fix problems with combining content= and languageid= in a single fts4 table. (check-in: [22491e7bc3] user: dan branch: fts4-languageid, size: 9993) | |
16:18 | [343a65d544] part of check-in [181bc35731] Add test for FTS 'rebuild' command. (check-in: [181bc35731] user: dan branch: fts4-languageid, size: 8381) | |
12:26 | [a793f2da4c] part of check-in [65fa693729] Fix the FTS 'optimize' command on multi-lingual databases. (check-in: [65fa693729] user: dan branch: fts4-languageid, size: 7889) | |
11:48 | [7ab7be619d] part of check-in [d281cb8984] Fix a bug in merging FTS language tables for languages other than language 0. (check-in: [d281cb8984] user: dan branch: fts4-languageid, size: 7344) | |
2012-03-01
| ||
19:44 | Added: [3d968b7c0a] part of check-in [bea257f70f] Add the "languageid=" option to fts4. This code is still largely untested and alsmost certainly buggy. (check-in: [bea257f70f] user: dan branch: fts4-languageid, size: 2186) | |