/
niceSOFT
/
sqlite
ОбзорДокументацияВойти
/
niceSOFT
/
sqlite
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
sqlite/
.../fts5/test/
..
fts5_common.tcl

Add the 'secure-delete' option to fts5. Used to configure fts5 to aggressively remove old full-text-index entries belonging to deleted or updated rows.

3 года назад
fts5aa.test

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.

3 года назад
fts5ab.test

Limit the number of nested NOT nodes in an fts5 expression to 256.

3 года назад
fts5ac.test

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).

9 лет назад
fts5ad.test

Remove some 'breakpoint' commands in test files.

9 лет назад
fts5ae.test

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).

9 лет назад
fts5af.test

Fix a problem with the fts5 snippet() function that shows up when snippets just 1 token in length are requested.

3 года назад
fts5ag.test

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).

9 лет назад
fts5ah.test

Remove a few unsuitable scripts from the "veryquick" test suite. Also have every second testrunner.tcl process favour running test scripts that contain text like "testrunner: slow" before any others.

4 года назад
fts5ai.test

Fix problems with SAVEPOINT and related commands within transactions on a corrupt database that include fts5 or some other virtual tables.

8 лет назад
fts5aj.test

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).

9 лет назад
fts5ak.test

A prepared statement that aborts due to SQLITE_SCHEMA should not invalidate cursors in other prepared statements that are already running. See [forum:/forumpost/cae4367d9b|forum post cae4367d9b] for the original trouble report.

3 года назад
fts5al.test

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).

9 лет назад
fts5alter.test

Remove some 'breakpoint' commands in test files.

9 лет назад
fts5auto.test

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).

9 лет назад
fts5aux.test

Add extra tests for the fts5 xPhraseQuery API.

3 года назад
fts5auxdata.test

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).

9 лет назад
fts5bigid.test

Add extra tests for fts5, large rowids and "ORDER BY rowid DESC". No changes to code.

3 года назад
fts5bigpl.test

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).

9 лет назад
fts5bigtok.test

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).

9 лет назад
fts5cat.test

Add the "categories" option to the unicode61 tokenizer in fts5.

8 лет назад
fts5circref.test

Add tests for the use of SQLITE_PREPARE_NO_VTAB in fts5.

8 лет назад
fts5colset.test

Add fts5 test to confirm that for a table with columns a, b, c and d, "{a b}" and "-{c d}" are handled similarly.

6 лет назад
fts5columnsize.test

Remove some 'breakpoint' commands in test files.

9 лет назад
fts5config.test

Remove some 'breakpoint' commands in test files.

9 лет назад
fts5conflict.test

Enable "OR IGNORE" support via SQLITE_VTAB_CONSTRAINT_SUPPORT for internal-content (not contentless or external-content) fts5 tables.

3 года назад
fts5connect.test

Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases so that they work with DEFENSIVE enabled.

8 лет назад
fts5content.test

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.

3 года назад
fts5contentless.test

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.

3 года назад
fts5contentless2.test

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.

3 года назад
fts5contentless3.test

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.

3 года назад
fts5contentless4.test

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.

3 года назад
fts5contentless5.test

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.

3 года назад
fts5corrupt.test

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.

3 года назад
fts5corrupt2.test

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.

3 года назад
fts5corrupt3.test

Fix a case in fts5 where a corrupt database could cause a crash.

4 года назад
fts5corrupt4.test

When merging prefix lists in fts5, use 16-way merges instead of 2-way merges. This faster.

6 лет назад
fts5corrupt5.test

Fix test cases for rtree and fts5. No changes to code.

2 года назад
fts5corrupt6.test

Fix an OOB read that could occur in fts5 when processing corrupt records.

5 лет назад
fts5corrupt7.test

Fix a buffer over-read that could occur as part of an fts5 secure-delete operation on a database containing corrupt fts5 records.

3 года назад
fts5delete.test

Add tests for a 'delete' command on a contentless table where values that weren't actually inserted are NULL.

6 лет назад
fts5detail.test

Fix a memory leak in fts5 that could occur when processing a query containing multiple classes of error.

5 лет назад
fts5determin.test

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).

9 лет назад
fts5dlidx.test

Remove some 'breakpoint' commands in test files.

9 лет назад
fts5doclist.test

Fix an undefined signed integer overflow in fts5.

5 лет назад
fts5ea.test

Begin changes to allow synonym support by adding multiple terms to a query (an alternative to adding multiple terms to the FTS index).

11 лет назад
fts5eb.test

Fix problems in fts5 test code.

3 года назад
fts5fault1.test

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).

9 лет назад
fts5fault2.test

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).

9 лет назад
fts5fault3.test

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).

9 лет назад
fts5fault4.test

Update the expected error messages in some OOM test cases to account for [44d77a7f807].

4 года назад
fts5fault5.test

Remove some 'breakpoint' commands in test files.

9 лет назад
fts5fault6.test

Update test file fts5fault6.test to account for test tokenizers implemented in Tcl returning SQLITE_ERROR instead of SQLITE_NOMEM following an OOM error.

9 лет назад
fts5fault7.test

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).

9 лет назад
fts5fault8.test

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).

9 лет назад
fts5fault9.test

Fix a test problem causing an error in fts5fault9.test.

9 лет назад
fts5faultA.test

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).

9 лет назад
fts5faultB.test

Allow fts5 to filter on multiple MATCH clauses in a single scan.

7 лет назад
fts5faultD.test

Add tests for the trigram tokenizer. Fix minor issues.

6 лет назад
fts5faultE.test

Allow fts5 trigram tables created with detail=column or detail=none to optimize LIKE and GLOB queries. Allow case-insensitive tables to optimize GLOB as well as LIKE.

6 лет назад
fts5faultF.test

Add tests and fixes for the new code on this branch.

3 года назад
fts5faultG.test

Fix an assert() in fts5 that could be true following an OOM or IO error in contentless-delete mode.

3 года назад
fts5first.test

Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases so that they work with DEFENSIVE enabled.

8 лет назад
fts5full.test

Do not allow users to effectively disable fts5 crisismerge operations by setting the crisismerge threshold to higher than the maximum allowable segment b-trees on a single level. Fix for [d392017c].

7 лет назад
fts5fuzz1.test

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).

9 лет назад
fts5hash.test

Fix a problem in fts5 causing the in-memory hash table to be flushed more often than necessary.

6 лет назад
fts5integrity.test

New test cases for PRAGMA integrity_check against FTS4 and FTS5 tables.

3 года назад
fts5interrupt.test

Fix some problems with sqlite3_interrupt() handling in fts5.

8 лет назад
fts5lastrowid.test

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).

9 лет назад
fts5leftjoin.test

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).

9 лет назад
fts5limits.test

Limit the number of nested NOT nodes in an fts5 expression to 256.

3 года назад
fts5matchinfo.test

Modify a couple of FTS test cases so that they work on big-endian platforms.

7 лет назад
fts5merge.test

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).

9 лет назад
fts5merge2.test

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).

9 лет назад
fts5misc.test

Back port various minor patches

2 года назад
fts5multi.test

Allow fts5 to filter on multiple MATCH clauses in a single scan.

7 лет назад
fts5multiclient.test

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).

9 лет назад
fts5near.test

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).

9 лет назад
fts5onepass.test

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).

9 лет назад
fts5optimize.test

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).

9 лет назад
fts5optimize2.test

Updates to testrunner.tcl so that it runs "make fuzztest" using multiple jobs.

3 года назад
fts5optimize3.test

Updates to testrunner.tcl so that it runs "make fuzztest" using multiple jobs.

3 года назад
fts5phrase.test

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).

9 лет назад
fts5plan.test

Revise tests cases to align with the new EXPLAIN QUERY PLAN output.

5 лет назад
fts5porter.test

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).

9 лет назад
fts5porter2.test

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).

9 лет назад
fts5prefix.test

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).

9 лет назад
fts5prefix2.test

Fix an fts5 problem where a transaction consisting of (a) a DELETE on rowid X, (b) a prefix query, and (c) an INSERT on rowid X, could corrupt the index.

3 года назад
fts5query.test

Fix a buffer overwrite in fts5 that could occur when processing a prefix query.

9 лет назад
fts5rank.test

Fix a use-after-free error in fts5 that could occur when querying the "rank" column immediately after another connection changes its definition. [forum:a2dd636330|forum post a2dd636330].

3 года назад
fts5rebuild.test

Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases so that they work with DEFENSIVE enabled.

8 лет назад
fts5restart.test

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).

9 лет назад
fts5rowid.test

Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases so that they work with DEFENSIVE enabled.

8 лет назад
fts5savepoint.test

Fix a problem allowing a COMMIT following an OOM to cause fts3/4 corruption.

3 года назад
fts5secure.test

Add extra tests for [4b60a1c3].

3 года назад
fts5secure2.test

Add the 'secure-delete' option to fts5. Used to configure fts5 to aggressively remove old full-text-index entries belonging to deleted or updated rows.

3 года назад
fts5secure3.test

Further tests for fts5 secure-delete mode.

3 года назад
fts5secure4.test

Fix some problems with using fts5 options 'secure-delete' and detail=none together.

3 года назад
fts5secure5.test

Fix some problems with using fts5 options 'secure-delete' and detail=none together.

3 года назад
fts5secure6.test

Fix an fts5 problem caused by a 'rebuild' followed by a DELETE in secure-delete mode.

3 года назад
fts5secure7.test

Add tests for, and source code comments to, fts5. No changes to code.

3 года назад
fts5secure8.test

Fix an fts5 problem that could occur when mixing regular and secure delete operations on a single table.

3 года назад
fts5securefault.test

Fix an assert() in fts5 that could fail following an OOM or IO error.

3 года назад
fts5simple.test

Allow fts5 to filter on multiple MATCH clauses in a single scan.

7 лет назад
fts5simple2.test

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).

9 лет назад
fts5simple3.test

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).

9 лет назад
fts5synonym.test

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).

9 лет назад
fts5synonym2.test

Add extra test to fts5synonym2.test.

3 года назад
fts5tok1.test

Prevent fts5 tokenizer unicode61 from considering '\0' to be a token characters, even if other characters of class "Cc" are.

6 лет назад
fts5tok2.test

Add a test to verify that the fts3 and fts5 "unicode61" tokenizers are byte for byte compatible.

11 лет назад
fts5tokenizer.test

Add the "remove_diacritics=2" option to the unicode61 tokenizer in both FTS5 and FTS3/4.

8 лет назад
fts5trigram.test

Fix a problem with the fts5 highlight() and snippet() functions when used with tokenizers like "trigram" that output overlapping tokens. Forum post [forum:/forumpost/63735293ec|63735293ec].

3 года назад
fts5ubsan.test

Avoid some cases of signed integer overflow in fts5 by casting to unsigned values.

4 года назад
fts5umlaut.test

Add the "remove_diacritics=2" option to the unicode61 tokenizer in both FTS5 and FTS3/4.

8 лет назад
fts5unicode.test

Add a test case to check that the fts5 unicode64 tokenizer is dealing with codepoints greater than 65535 correctly.

8 лет назад
fts5unicode2.test

Remove some 'breakpoint' commands in test files.

9 лет назад
fts5unicode3.test

Fix problems in fts5 found by ASAN.

8 лет назад
fts5unicode4.test

Fix a buffer overread in fts5.

8 лет назад
fts5unindexed.test

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).

9 лет назад
fts5update.test

Have fts5 reject attempts to insert a non-integer, non-null value into a rowid column with SQLITE_MISMATCH.

8 лет назад
fts5version.test

Add the 'secure-delete' option to fts5. Used to configure fts5 to aggressively remove old full-text-index entries belonging to deleted or updated rows.

3 года назад
fts5vocab.test

Avoid an infinite recursion on an illegal recursive definition of an fts5vocab table.

6 лет назад
fts5vocab2.test

Fix a memory leak in fts5 that could occur when writing to an fts5 table that is being scanned by an fts5vocab cursor.

5 лет назад
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©