SQLite

All files named ”test/fts3expr3.test”
Login

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

History for test/fts3expr3.test

2015-10-05
15:39
[c4d4a7d632] part of check-in [d6b66cd7b8] Update fts3 so that expressions to the left and right of a NOT operator are balanced. This prevents relatively small expressions (a dozen terms or so) that are children of NOT operators from triggering the "expression tree is too large" error. (check-in: [d6b66cd7b8] user: dan branch: trunk, size: 5987)
2013-06-10
23:30
[9e91b8edbc] 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: 5072)
2013-04-29
17:12
[1bfb762b53] part of check-in [72ac73189c] Fix an off-by-one in the code for limiting the depth of FTS expression trees. (check-in: [72ac73189c] user: dan branch: trunk, size: 5076)
2013-04-25
20:34
Added: [aed4e71aa4] part of check-in [f968d43f80] Rebalance FTS expressions after parsing to limit recursion during evaluation. Avoid recursion when deleting FTS expression trees. Enforce a limit on the depth of an expression tree. (check-in: [f968d43f80] user: dan branch: fts3-expr-rebalance, size: 4943)