SQLite

All files named ”test/fts3expr.test”
Login

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

History for test/fts3expr.test

2018-04-28
04:10
[ebae205a7a] part of check-in [de508e831a] Fix compiler warnings in FTS3. (check-in: [de508e831a] user: drh branch: trunk, size: 16932)
2016-05-19
16:21
[9466627007] part of check-in [1f577e1f08] Add test cases to test some fts3/4 edge case behaviour surrounding the '*' character. (check-in: [1f577e1f08] user: dan branch: trunk, size: 16925)
2014-05-07
19:59
[3401d47b22] part of check-in [e21bf7a2ad] Fix the way parenthesis in MATCH expressions are handled by FTS if the tokenizer considers them to be token characters. (check-in: [e21bf7a2ad] user: dan branch: trunk, size: 16747)
2013-11-04
08:56
[06f1a96fac] part of check-in [49be646cd9] Fix a bug preventing FTS from correctly processing bracket tokens that are immediately preceded by characters that are neither whitespace or token characters. (check-in: [49be646cd9] user: dan branch: trunk, size: 16627)
2010-03-15
20:53
[5e745b2b63] part of check-in [bea9258643] Improved error message when the right-hand operand of MATCH in FTS3 is not a valid search expression. Ticket [170872f1c3]. (check-in: [bea9258643] user: drh branch: trunk, size: 16005)
2009-07-28
16:44
[05dab77387] part of check-in [4571aa9e91] Add the experimental API sqlite3_strnicmp(). Modify fts3 so that in terms like 'column_name:token' the column_name is interpreted in a case-insenstive fashion. Ticket #3996. (CVS 6950) (check-in: [4571aa9e91] user: danielk1977 branch: trunk, size: 15819)
2009-07-10
09:24
[8e5b1a0632] part of check-in [c19d419e8c] Fix a double-free that can occur when using the fts3 legacy syntax '-' operator. Add tests for the same operator. Ticket #3960. (CVS 6874) (check-in: [c19d419e8c] user: danielk1977 branch: trunk, size: 15721)
2009-03-12
15:43
[9764961c3f] part of check-in [03679857a3] Avoid fts3 crash on (MATCH '""') expressions. Ticket #3717. (CVS 6343) (check-in: [03679857a3] user: danielk1977 branch: trunk, size: 15292)
2009-01-01
14:06
[000f05df77] part of check-in [ccfe4580ac] Fix some problems in the fts3 expression parser with mismatched parenthesis. (CVS 6095) (check-in: [ccfe4580ac] user: danielk1977 branch: trunk, size: 15109)
12:34
[d8f8a3caab] part of check-in [afac429300] Additional test cases and cleanup of FTS3 parenthesis processing. (CVS 6094) (check-in: [afac429300] user: drh branch: trunk, size: 14596)
07:42
[895b3f4967] part of check-in [13146b3493] Add a couple of extra tests for the fts3 expression parser to improve mcdc coverage. (CVS 6093) (check-in: [13146b3493] user: danielk1977 branch: trunk, size: 9467)
07:08
[40a2fff17a] part of check-in [11c2d46861] Add pseudo-random tests of the fts3 expression parser. Revise the fix in (6091). (CVS 6092) (check-in: [11c2d46861] user: danielk1977 branch: trunk, size: 8864)
04:19
[fa7bd31721] part of check-in [d1a6a2edd7] Fix a bug parsing "<expr> AND (abc NEAR def)" in fts3_expr.c. (CVS 6091) (check-in: [d1a6a2edd7] user: danielk1977 branch: trunk, size: 8087)
2008-12-17
15:18
Added: [18143e6150] part of check-in [7389b9ecb8] Modify fts3 to support a more complex expression syntax that allows parenthesis. The new syntax is not entirely backwards compatible, so is disabled by default. Use -DSQLITE_ENABLE_FTS3_PARENTHESIS to enable it. (CVS 6034) (check-in: [7389b9ecb8] user: danielk1977 branch: trunk, size: 7987)