Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for ext/fts5/test/fts5integrity.test
2024-08-10
| ||
11:02 | [f7a9dc2c2b] part of check-in [6047b18ee3] Cherrypick various minor fixes from trunk into branch-3.46. (check-in: [6047b18ee3] user: drh branch: branch-3.46, size: 10841) | |
2024-07-30
| ||
18:15 | [6467966712] part of check-in [19fda979c5] Tcl_ChannelType implementations for Tcl9 apparently require that wideSeekProc be implemented. Also adjust minor test script issues for fts5 tests so that they can be run sequentially and so that they do not depend on the specific floating point output formats generated by Tcl. (check-in: [19fda979c5] user: drh branch: tcl9, size: 10859) | |
2024-06-24
| ||
18:06 | [4c26d4663d] part of check-in [d07085e203] Fix an incorrect tcl comment that appeared in many fts5 test files. (check-in: [d07085e203] user: dan branch: trunk, size: 10837) | |
2024-05-24
| ||
21:23 | [e1af628af1] part of check-in [061d7b69e6] Fix a crash in fts5 that could occur within "PRAGMA integrity_check" if the specified tokenizer was unknown. (check-in: [061d7b69e6] user: dan branch: trunk, size: 10833) | |
2024-01-16
| ||
16:05 | [f1723fe9fb] part of check-in [b855886c4c] Ensure that the xIntegrity methods of fts3 and fts5 work on read-only databases. (check-in: [b855886c4c] user: dan branch: trunk, size: 10229) | |
2023-10-23
| ||
15:23 | [0d249d3511] part of check-in [3950d20c3a] New test cases for PRAGMA integrity_check against FTS4 and FTS5 tables. (check-in: [3950d20c3a] user: drh branch: trunk, size: 9763) | |
2022-01-16
| ||
19:11 | [62147a1e85] part of check-in [4883776669] Fix test cases so that they all still work even with -DSQLITE_DQS=0. (check-in: [4883776669] user: drh branch: trunk, size: 8727) | |
2020-09-21
| ||
14:53 | [e387b2bd1c] part of check-in [782163693f] In fts5 integrity checks, do not compare the contents of the index against an external content table unless specifically requested. (check-in: [782163693f] user: dan branch: trunk, size: 8727) | |
2020-01-02
| ||
16:24 | [8ffabcd91b] part of check-in [e782096aa0] Handle blobs that are the return values of functions being cast to text in utf16 databases in the same way as blobs read directly from the database. Fix for [771fe617]. (check-in: [e782096aa0] user: dan branch: trunk, size: 7623) | |
2019-12-22
| ||
14:29 | [c354fd693d] part of check-in [45748e2db0] Fix "PRAGMA data_version" so that it works the same way with locking_mode=PERSIST and journal_mode=PERSIST configured. Fix for 7a458c2a5f. (check-in: [45748e2db0] user: dan branch: trunk, size: 7021) | |
2019-12-20
| ||
19:41 | [1bcd3c04c5] part of check-in [a1ba9a37d7] Fix two more cases in fts5 where sqlite3_value_bytes() was being called before sqlite3_value_text(). Fix for e431c355. (check-in: [a1ba9a37d7] user: dan branch: trunk, size: 6528) | |
13:24 | [dea2ea1977] part of check-in [c16305eba0] Ensure fts5 consistently calls sqlite3_value_text() before sqlite3_value_bytes(). This matters when storing blobs in fts5 tables within utf-16 databases. Fix for [cf36cb4e02]. (check-in: [c16305eba0] user: dan branch: trunk, size: 6316) | |
2018-11-06
| ||
19:26 | [4317561cd2] part of check-in [a1d6c6712c] Enable DEFENSIVE mode by default for tests. This requires lots of case of turning DEFENSIVE off in order to dodgy things to the database for testing purposes. No all of those cases are yet handled, so "make test" does not run to completion. (check-in: [a1d6c6712c] user: drh branch: read-only-shadow, size: 5935) | |
2017-07-07
| ||
19:43 | [6c4aad7f73] 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: 5902) | |
2016-01-19
| ||
16:06 | [f5e4f8d284] part of check-in [b914ece0d1] Add further fts5 tests. 100% code coverage is finally restored. (check-in: [b914ece0d1] user: dan branch: trunk, size: 5903) | |
2015-10-27
| ||
17:48 | [87db5d4e7d] part of check-in [3b5758c647] Fix problems with prefix queries in fts5. (check-in: [3b5758c647] user: dan branch: trunk, size: 4251) | |
2015-06-25
| ||
20:36 | [29f41d2c71] part of check-in [3175220747] Fix Makefile.in to account for recent changes. Update fts5 test scripts so that they do not run if SQLITE_ENABLE_FTS5 is not defined. (check-in: [3175220747] user: dan branch: fts5, size: 2980) | |
2015-05-18
| ||
20:34 | [b45f633381] part of check-in [4dfe2e5871] Improve test coverage of fts5_storage.c. (check-in: [4dfe2e5871] user: dan branch: fts5, size: 2884) | |
2015-05-13
| ||
17:15 | [98801bd0fb] part of check-in [aa34bf666c] Change fts5 doclist-index structures to be trees instead of flat lists. This only makes a difference for databases that contain millions of instances of the same token. (check-in: [aa34bf666c] user: dan branch: fts5, size: 1541) | |
2015-05-07
| ||
19:29 | Added: [39deee579b] part of check-in [a684b5e2d9] Change to storing all keys in a single merge-tree structure instead of one main structure and a separate one for each prefix index. This is a file-format change. Also introduce a mechanism for managing file-format changes. (check-in: [a684b5e2d9] user: dan branch: fts5, size: 890) | |