Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/fts3conf.test
2023-09-06
| ||
12:52 | [c9cd45433b] 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: 7992) | |
2017-09-13
| ||
12:55 | [c84bbaec81] part of check-in [87ccdf9cbb] Disable FTS3 matchinfo() tests that assume a littleEndian platform when running on bigEndian. (check-in: [87ccdf9cbb] user: drh branch: trunk, size: 7936) | |
2016-08-02
| ||
11:29 | [60317efd56] part of check-in [e64a4173d2] Fix a problem introduced by [77948b5eceab92a7] causing duplicate calls to be made to the xSavepoint() method of virtual tables under some circumstances. (check-in: [e64a4173d2] user: dan branch: trunk, size: 7808) | |
2016-02-05
| ||
16:46 | [1c8b8adb0a] part of check-in [a6b3527323] From test scripts, remove stray "breakpoint" commands and blank lines at the ends of files. (check-in: [a6b3527323] user: drh branch: trunk, size: 6795) | |
2015-09-29
| ||
16:47 | [ff90127b24] part of check-in [a1d08fd3d0] Add the sqlite3_index_info.idxFlags field, allowing xBestIndex() implementations to specify to SQLite that a strategy may visit at most one row. Add support for this to fts3/4. Omit the statement journal from virtual table UPDATE and DELETE operations that are guaranteed not to affect more than one row. (check-in: [a1d08fd3d0] user: dan branch: trunk, size: 6796) | |
16:41 | [6c7faa66bf] part of check-in [77948b5ece] Ensure that the xSavepoint() virtual table method is correctly invoked if there are already open savepoints (or statement transactions) the first time a virtual table is written within a transaction. (check-in: [77948b5ece] user: dan branch: trunk, size: 6796) | |
2015-09-28
| ||
20:03 | [92bc4cc67f] part of check-in [1aa27d706d] Also allow UPDATE on virtual tables to use the onepass strategy. (check-in: [1aa27d706d] user: dan branch: vtab-onepass, size: 5933) | |
2012-11-27
| ||
15:56 | [ee8500c86d] part of check-in [e38fb02d5e] Fix a problem causing the "number-of-documents" field maintained by FTS4 to be set incorrectly by REPLACE queries. (check-in: [e38fb02d5e] user: dan branch: trunk, size: 5933) | |
2011-04-28
| ||
18:46 | [8e65ea56f8] part of check-in [822ab52f10] Have r-tree virtual tables support on-conflict clauses. (check-in: [822ab52f10] user: dan branch: vtab-conflict, size: 4463) | |
2011-04-27
| ||
16:02 | [600b366bb6] part of check-in [abdd70ae04] Add documentation for the newly introduced sqlite3_vtab_config() and on_conflict() API functions. Test that encountering an SQLITE_MISMATCH in fts3 does not corrupt the full text index. (check-in: [abdd70ae04] user: dan branch: vtab-conflict, size: 4718) | |
12:08 | [7b71b8a5f2] part of check-in [ff69f823f2] Fix problems related to savepoint rollback and fts3. (check-in: [ff69f823f2] user: dan branch: vtab-conflict, size: 4270) | |
2011-04-26
| ||
19:21 | [03e5baecc3] part of check-in [fb4a355871] Extra tests for fts3. And fixes for conflict-handling related problems in fts3. (check-in: [fb4a355871] user: dan branch: vtab-conflict, size: 3813) | |
2011-04-25
| ||
18:49 | Added: [2dc3bce3fe] part of check-in [6d2633a6d0] Add support for on conflict clauses to fts3/fts4. (check-in: [6d2633a6d0] user: dan branch: vtab-conflict, size: 2019) | |