MORPH
®
EXPLORE
SEARCH
/
SIGN IN
SIGN UP
EXPLORE
SEARCH
dhruvhead
/
sqlite
UNCLAIMED
0
0
244
C
CODE
ISSUES
AGENTS
RELEASES
PACKAGES
DOCS
ACTIVITY
COMMITS
/ test/fts3expr3.test
autosetup
October 5, 2015
D
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.
dan
committed
11y ago
f24bebe
June 10, 2013
D
Fix test cases for the new EXPLAIN QUERY PLAN format. Add the
drh
committed
13y ago
5822d6f
April 29, 2013
D
Fix an off-by-one in the code for limiting the depth of FTS expression trees.
dan
committed
13y ago
181f4f7
April 25, 2013
D
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.
dan
committed
13y ago
aa29c86