Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of test/fts3conf.test
2017-09-13
| ||
12:55 | Disable FTS3 matchinfo() tests that assume a littleEndian platform when running on bigEndian. file: [c84bbaec] check-in: [87ccdf9c] user: drh branch: trunk, size: 7936 | |
2016-08-02
| ||
11:29 | Fix a problem introduced by [77948b5eceab92a7] causing duplicate calls to be made to the xSavepoint() method of virtual tables under some circumstances. file: [60317efd] check-in: [e64a4173] user: dan branch: trunk, size: 7808 | |
2016-02-05
| ||
16:46 | From test scripts, remove stray "breakpoint" commands and blank lines at the ends of files. file: [1c8b8adb] check-in: [a6b35273] user: drh branch: trunk, size: 6795 | |
2015-09-29
| ||
16:47 | 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. file: [ff90127b] check-in: [a1d08fd3] user: dan branch: trunk, size: 6796 | |
16:41 | 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. file: [6c7faa66] check-in: [77948b5e] user: dan branch: trunk, size: 6796 | |
2015-09-28
| ||
20:03 | Also allow UPDATE on virtual tables to use the onepass strategy. file: [92bc4cc6] check-in: [1aa27d70] user: dan branch: vtab-onepass, size: 5933 | |
2012-11-27
| ||
15:56 | Fix a problem causing the "number-of-documents" field maintained by FTS4 to be set incorrectly by REPLACE queries. file: [ee8500c8] check-in: [e38fb02d] user: dan branch: trunk, size: 5933 | |
2011-04-28
| ||
18:46 | Have r-tree virtual tables support on-conflict clauses. file: [8e65ea56] check-in: [822ab52f] user: dan branch: vtab-conflict, size: 4463 | |
2011-04-27
| ||
16:02 | 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. file: [600b366b] check-in: [abdd70ae] user: dan branch: vtab-conflict, size: 4718 | |
12:08 | Fix problems related to savepoint rollback and fts3. file: [7b71b8a5] check-in: [ff69f823] user: dan branch: vtab-conflict, size: 4270 | |
2011-04-26
| ||
19:21 | Extra tests for fts3. And fixes for conflict-handling related problems in fts3. file: [03e5baec] check-in: [fb4a3558] user: dan branch: vtab-conflict, size: 3813 | |
2011-04-25
| ||
18:49 | Add support for on conflict clauses to fts3/fts4. file: [2dc3bce3] check-in: [6d2633a6] user: dan branch: vtab-conflict, size: 2019 Added | |