SQLite

All files named ”test/fts3d.test”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for test/fts3d.test

2018-11-07
02:17
[2bd8c97bcb] part of check-in [3212733cb6] Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases so that they work with DEFENSIVE enabled. (check-in: [3212733cb6] user: drh branch: read-only-shadow, size: 13167)
2018-11-06
19:26
[34ca835cfb] 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: 13200)
2015-06-10
22:51
[d3e9c8fb75] part of check-in [f38e0be56f] Remove possibly stray output from various tests. (check-in: [f38e0be56f] user: mistachkin branch: testerOutput, size: 13134)
2014-05-13
20:11
[95c17d1b67] part of check-in [7f47ae5c5d] Fix a problem preventing delete markers from ever being removed from the FTS index. (check-in: [7f47ae5c5d] user: dan branch: fts4-experimental, size: 13142)
2014-03-12
19:20
[597b0b76e4] part of check-in [c67a52c356] Changes to FTS to ensure that it does not access the database from within the xConnect method. (check-in: [c67a52c356] user: dan branch: trunk, size: 13132)
2013-12-19
16:26
[c8a193513a] part of check-in [ca3fdfd419] Make sure errors encountered while initializing extensions such as FTS4 get reported out from sqlite3_open(). This fixes a bug introduced by check-in [9d347f547e7ba9]. Also remove lots of forgotten "breakpoint" commands left in test scripts over the years. (check-in: [ca3fdfd419] user: drh branch: trunk, size: 12795)
2011-10-18
22:07
[bf640d7972] part of check-in [d65f63531c] Fix the virtual table rename logic so that it works even if the database encoding is something other than UTF8. Ticket [8290242b2a9a81683] (check-in: [d65f63531c] user: drh branch: trunk, size: 12806)
2009-11-13
17:36
[95fb3c862c] part of check-in [30a92f1132] Start reworking fts3 code to match the rest of SQLite (code conventions, malloc-failure handling etc.). (check-in: [30a92f1132] user: dan branch: fts3-refactor, size: 11353)
2008-07-15
21:32
[d92a47fe8e] part of check-in [b22e187bc2] Implement optimize() function. This merges all segments in the fts index into a single segment, including dropping delete cookies. (CVS 5417) (check-in: [b22e187bc2] user: shess branch: trunk, size: 12311)
2008-07-14
20:43
Added: [12ad44b84e] part of check-in [8b872e4260] Delete all fts3 index data the table becomes empty. Previously, deleting all rows from an fts3 table would leave a bunch of index data describing the terms of the original data, plus deletions of those terms, perhaps with some amount of it merged together so the deletions knocked out the originals. Even when all rows were deleted that original data would hang out, though eventually it would mostly be overwritten if new data contained the same set of terms. (CVS 5413) (check-in: [8b872e4260] user: shess branch: trunk, size: 4095)