SQLite

All files named ”test/fts3aa.test”
Login

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

History for test/fts3aa.test

2018-12-21
19:29
[814d60a1ba] part of check-in [25666e3d03] Add new sqlite3_prepare_v3() flag SQLITE_PREPARE_NO_VTAB, for preparing statements that are not allowed to use any virtual tables. Use this to prevent circular references in triggers on virtual table shadow tables from causing resource leaks. (check-in: [25666e3d03] user: dan branch: prepare-no-vtab, size: 9048)
2018-02-07
18:02
[f267fcd6ac] part of check-in [2a5f813bc6] In extensions rtree, fts3 and fts5, ensure that when dynamic buffers are bound to persistent SQL statements using SQLITE_STATIC, the binding is replaced with an SQL NULL before the buffer is freed. Otherwise, a user may obtain a pointer to the persistent statement using sqlite3_next_stmt() and attempt to access the freed buffer using sqlite3_expanded_sql() or similar. (check-in: [2a5f813bc6] user: dan branch: trunk, size: 8759)
2017-04-17
16:07
[39b65c1191] part of check-in [352413eed4] Further improvements to test coverage in fts3. (check-in: [352413eed4] user: dan branch: trunk, size: 8741)
13:38
[8bf242c0a5] part of check-in [1a08a836fa] Improve coverage of code in fts3. (check-in: [1a08a836fa] user: dan branch: trunk, size: 8742)
2015-04-17
20:51
[6c263a6f88] part of check-in [284c1623f8] Fix a problem affecting some fts3 UPDATE and DELETE statements on order=DESC tables. (check-in: [284c1623f8] user: dan branch: trunk, size: 8593)
2013-12-19
16:26
[edd20ddbbc] 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: 8009)
2013-06-10
23:30
[ad272d6950] part of check-in [aa580e368e] Fix test cases for the new EXPLAIN QUERY PLAN format. Add the wherecosttest tool. Other fixes to logarithm cost. (check-in: [aa580e368e] user: drh branch: nextgen-query-plan-logcost, size: 8020)
2010-11-29
12:06
[909d5f530d] part of check-in [d23ef9b88c] Add new test file e_droptrigger.test. (check-in: [d23ef9b88c] user: dan branch: trunk, size: 8021)
2009-11-13
17:36
[5327d4c1d9] 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: 7316)
2007-08-20
17:38
Added: [432d1d5c41] part of check-in [24739f148e] Replicate the fts2*.test files as fts3a*.test, and convert fts2 to fts3 in the text of the files. (CVS 4251) (check-in: [24739f148e] user: shess branch: trunk, size: 7294)